diff --git a/HttpServer/Events/OnWorkerStart.php b/HttpServer/Events/OnWorkerStart.php index 0c47678f..b7c106a8 100644 --- a/HttpServer/Events/OnWorkerStart.php +++ b/HttpServer/Events/OnWorkerStart.php @@ -76,7 +76,7 @@ class OnWorkerStart extends Callback Coroutine::sleep(0.01); } while (true); } - $server->stop($workerId);; + $server->stop();; } catch (\Throwable $exception) { $this->addError($exception); }