This commit is contained in:
as2252258@163.com
2021-02-27 03:19:45 +08:00
parent 7f0bb7fcff
commit 77919174f6
+1 -2
View File
@@ -71,8 +71,7 @@ class OnWorkerStart extends Callback
Coroutine::sleep(1);
}
}
// $server->stop();
Process::kill($server->worker_pid, SIGKILL);
$server->stop($workerId);
} catch (\Throwable $exception) {
$this->addError($exception);
}