You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ New Features:
Added Swoole\Thread::yield(), Swoole\Thread::activeCount(), and Swoole\Thread::isAlive() methods. @matyhtf
🐛 Bug Fixes:
Fixed an issue where using single-thread mode and setting heartbeat in SWOOLE_THREAD mode would cause exceptions. @matyhtf
Fixed a segmentation fault issue after enabling swoole.enable_fiber_mock. @NathanFreeman
Fixed an integer overflow issue in the Redis server. @yannaingtun
📢 Note:
The Redis server currently only supports the RESP2 protocol. When formatting strings that do not comply with this protocol, an exception will be thrown instead of logging. @matyhtf
😊 Thank you:
Thank you for your contributions to Swoole v6.0.2. Wishing everyone good health, success, and smooth work.