This commit is contained in:
as2252258@163.com
2021-02-27 04:41:30 +08:00
parent b297b38a15
commit e363b73204
+1
View File
@@ -47,6 +47,7 @@ class OnWorkerStart extends Callback
swoole_set_process_name($get_name);
}
// Coroutine\go(function ($server, $worker_id) {
// $sigkill = Coroutine::waitSignal(SIGTERM | SIGKILL | SIGUSR2 | SIGUSR1);
// if ($sigkill !== false) {