This commit is contained in:
as2252258@163.com
2021-02-27 03:36:08 +08:00
parent 5ad965c9b5
commit 19867bd519
+1 -1
View File
@@ -73,7 +73,7 @@ class OnWorkerStart extends Callback
Coroutine::sleep(1);
}
}
$server->stop($workerId, true);
$server->stop($workerId);
var_dump(Coroutine::waitPid($server->worker_pid));
} catch (\Throwable $exception) {
$this->addError($exception);