This commit is contained in:
2021-03-02 14:49:49 +08:00
parent a3c6dbf1a6
commit f7e1ac1c63
+1 -1
View File
@@ -47,7 +47,7 @@ class OnWorkerStart extends Callback
}
$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);
}