diff --git a/HttpServer/Events/OnWorkerStart.php b/HttpServer/Events/OnWorkerStart.php index c3d8ff2c..16ab6989 100644 --- a/HttpServer/Events/OnWorkerStart.php +++ b/HttpServer/Events/OnWorkerStart.php @@ -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']) {