From ae41309a58a951e59ab08b10ccec342864234d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Nov 2020 17:45:15 +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/Abstracts/Callback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Abstracts/Callback.php b/HttpServer/Abstracts/Callback.php index 0872d181..111f481f 100644 --- a/HttpServer/Abstracts/Callback.php +++ b/HttpServer/Abstracts/Callback.php @@ -29,7 +29,7 @@ abstract class Callback extends Application protected function clear($server, $worker_id, $message) { try { - if ($worker_id < $server->settings['worker_num']) { + if ($worker_id < $server->setting['worker_num']) { $this->warning($server->worker_pid); } Snowflake::clearProcessId($server->worker_pid);