From bccf0e2a1e9464a711fdf1713d31e639ab364abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 5 Jul 2021 11:08:18 +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/Abstracts/Pool.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index e2b97301..921e5a04 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -75,7 +75,6 @@ abstract class Pool extends Component */ public function Heartbeat_detection($ticker, string $name, bool $isMaster) { - $name = $this->name('', $name, $isMaster); if (env('state') == 'exit') { Timer::clear($this->creates); $this->creates = -1;