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); }