walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.12k stars 2.26k forks source link

Update worker #958

Closed twomiao closed 1 year ago

twomiao commented 1 year ago
  1. 修复 Uncaught Swoole\ExitException: swoole exit

2.信号直接重写覆盖即可,pcntl_signal(signo, sign_ign,false) 导致信号无法触发。