v6.2.1
Built-in PHP library included in Swoole v6.2.1.
- Expanded the lost-connection detection heuristics (
DetectsLostConnections) with many additional error message patterns (SSL timeouts, connection-refused/network-unreachable variants, VTGate/vitess errors, access-denied, and more), improving reliability of automatic reconnection for database pools (#186). - Fixed the remote object server startup logic in
swoole_init_default_remote_object_server()to useSwoole\Coroutine\System::waitpid()instead ofproc_close(), avoiding blocking behavior outside of a coroutine environment. src/vendor_init.phpnow also loads theext/curl.php,ext/sockets.php, andext/standard.phpcoroutine patches when the library is installed via Composer.