modify
This commit is contained in:
@@ -71,8 +71,7 @@ class OnWorkerStart extends Callback
|
|||||||
Coroutine::sleep(1);
|
Coroutine::sleep(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// $server->stop();
|
$server->stop($workerId);
|
||||||
Process::kill($server->worker_pid, SIGKILL);
|
|
||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
$this->addError($exception);
|
$this->addError($exception);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user