This commit is contained in:
2020-09-05 02:01:54 +08:00
parent 764408eee6
commit fec5740862
+1
View File
@@ -128,6 +128,7 @@ abstract class Pool extends Component
public function push($name, $client)
{
$this->_items[$name]->push([time(), $client]);
unset($client);
}