@@ -170,6 +170,10 @@ go(function ()
// $status = swoole_process::wait();
// echo "Worker#{$status['pid']} exit\n";
});
+
+ Swoole\Process::signal(SIGKILL, function($signal_num) {
+ Log::record("shutdown 6.",Log::DEBUG);
+ });