This commit is contained in:
2020-09-05 02:04:36 +08:00
parent fec5740862
commit b23a8242ba
+1 -1
View File
@@ -128,7 +128,7 @@ abstract class Pool extends Component
public function push($name, $client)
{
$this->_items[$name]->push([time(), $client]);
unset($client);
$this->debug('release connect.' . $this->hasItem($name));
}