From 4dfbbb2f2202ff078cef6bd271a0f1698107fe00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 2 Mar 2021 14:07:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Events/OnWorkerStart.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/HttpServer/Events/OnWorkerStart.php b/HttpServer/Events/OnWorkerStart.php index 5679cfa5..c903626c 100644 --- a/HttpServer/Events/OnWorkerStart.php +++ b/HttpServer/Events/OnWorkerStart.php @@ -42,10 +42,6 @@ class OnWorkerStart extends Callback { putenv('worker=' . $worker_id); - Process::signal(SIGUSR1 | SIGUSR2, function () { - var_dump(func_get_args()); - }); - Runtime::enableCoroutine(true, $this->hook); Coroutine::set(['enable_deadlock_check' => false]);