From da56a09161e0c9965bb00c041b63758c12a19183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 7 Sep 2020 17:35:51 +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 --- System/Process/ServerInotify.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 14810a34..5d623ead 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -39,7 +39,6 @@ class ServerInotify extends Process */ public function onHandler(\Swoole\Process $process) { - Snowflake::setWorkerId($process->pid); set_error_handler([$this, 'onErrorHandler']); if (extension_loaded('inotify')) { $this->inotify = inotify_init();