This commit is contained in:
as2252258@163.com
2021-02-27 04:55:29 +08:00
parent 2800b2a391
commit bc6ea06635
+1 -1
View File
@@ -50,7 +50,7 @@ class OnWorkerStart extends Callback
swoole_set_process_name($get_name);
}
$this->onSignal($server, $worker_id);
// $this->onSignal($server, $worker_id);
$this->debug(sprintf(workerName($worker_id) . ' #%d is start.....', $worker_id));
if ($worker_id >= $server->setting['worker_num']) {