This commit is contained in:
as2252258@163.com
2021-02-28 17:44:41 +08:00
parent 768328a3c1
commit f05ff38bc4
+1 -1
View File
@@ -44,7 +44,7 @@ class OnWorkerStart extends Callback
} else { } else {
$this->onWorker($server, $worker_id); $this->onWorker($server, $worker_id);
} }
$this->onSignal($server); $this->onSignal($server, $worker_id);
} }