From d0c36c12f3aecface003c47a7e6e9b1fb560e15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 5 Sep 2020 02:09:08 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 96247b99..c0e66727 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -125,7 +125,7 @@ abstract class Pool extends Component public function push($name, $client) { $this->_items[$name]->push([time(), $client]); - $this->debug('release connect.' . $this->hasItem($name)); + $this->debug('release connect.' . $this->size($name)); }