改名
This commit is contained in:
@@ -64,7 +64,7 @@ class OnWorkerStart extends Callback
|
||||
if ($sigkill === false) {
|
||||
return $server->stop($workerId);
|
||||
}
|
||||
while ($server->stats()['coroutine_num'] > 0) {
|
||||
while ($server->stats()['coroutine_num'] > 1) {
|
||||
Coroutine::sleep(0.01);
|
||||
}
|
||||
return $server->stop($workerId);
|
||||
|
||||
Reference in New Issue
Block a user