| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-28 | 638 Bytes | |
| v6.1.6 source code.tar.gz | 2025-12-28 | 2.0 MB | |
| v6.1.6 source code.zip | 2025-12-28 | 3.4 MB | |
| Totals: 3 Items | 5.4 MB | 0 | |
🐛 Bug Fixed
- Fix the issue where the
finishattribute remainsfalsewhen receiving continuous frames inwebsocket. - Fix compilation warnings generated when using the
--enable-swoole-sqlitecompilation option. - Automatically remove HOOK_SOCKETS from the runtime hook flags when the ext-sockets extension is detected as not enabled.
🐛 Bug修复
- 修复
websocket接收连续帧时finish属性始终为false的问题。 - 修复使用
--enable-swoole-sqlite编译选项时产生的编译警告。 - 当检测到未启用 ext-sockets 扩展时,自动从运行时钩子标志中移除 HOOK_SOCKETS。