From 2e3cea3d70ec133693df9cf8a9cfba2daf70550d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 6 Sep 2020 17:34:16 +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/Pool/Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index d4607cb3..ae768a89 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -57,6 +57,7 @@ class Connection extends Pool $this->pop($channel, $name, $retain_number); } if ($retain_number == 0) { + $this->debug('release Timer::tick'); Timer::clear($this->creates); $this->creates = 0; }