This commit is contained in:
2021-03-02 15:14:32 +08:00
parent bcd5ee5b34
commit 65c05eab00
+1 -1
View File
@@ -45,7 +45,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);
}