This commit is contained in:
2021-03-02 13:55:51 +08:00
parent 728dfc5090
commit 4d71f36c8d
-2
View File
@@ -94,8 +94,6 @@ class OnWorkerStart extends Callback
public function onSignal(Server $server, $worker_id): mixed
{
$ret = Coroutine::waitSignal($this->signal, -1);
Runtime::enableCoroutine(false);
if ($ret === true) {
$this->ticker();
}