From fec57408622a2bfc5540e094927faa002458a462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 5 Sep 2020 02:01:54 +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 insertion(+) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 44619c76..c2b47ad9 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -128,6 +128,7 @@ abstract class Pool extends Component public function push($name, $client) { $this->_items[$name]->push([time(), $client]); + unset($client); }