This commit is contained in:
as2252258@163.com
2021-02-27 03:15:21 +08:00
parent a4ce8fd698
commit e919ab186c
+1 -1
View File
@@ -72,7 +72,7 @@ class OnWorkerStart extends Callback
Coroutine::sleep(1);
}
}
$server->stop($server->worker_id, true);
$server->stop($server->worker_pid);
} catch (\Throwable $exception) {
$this->addError($exception);
}