From b979abc46bc840a505b0faa92906ac4a486dbfdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 7 Sep 2020 16:34:07 +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/Action.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Action.php b/HttpServer/Action.php index 46722dbf..46f2d14b 100644 --- a/HttpServer/Action.php +++ b/HttpServer/Action.php @@ -59,6 +59,7 @@ trait Action $this->close($server); } } + Snowflake::clearWorkerId(); } /**