🐛 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。