This commit is contained in:
as2252258@163.com
2021-02-27 04:50:18 +08:00
parent ac10d10b9d
commit 5637356a5b
+1 -1
View File
@@ -79,7 +79,7 @@ class OnWorkerStart extends Callback
}
Coroutine::sleep(0.01);
} while (true);
return Process::kill($server->worker_pid);
return Process::kill($server->worker_pid,0);
}, $server, $worker_id);
}