This commit is contained in:
2021-03-02 14:37:50 +08:00
parent eb62b327ec
commit 929d9a071d
+1 -1
View File
@@ -46,7 +46,7 @@ class OnWorkerStart extends Callback
$this->onWorker($server, $worker_id);
}
$this->debug(sprintf('%s #%d Pid:%d start.', ucfirst(env('environmental')), $worker_id, $server->worker_pid));
Coroutine\go([$this, 'onSignal'], $server, $worker_id);
// Coroutine\go([$this, 'onSignal'], $server, $worker_id);
}