This commit is contained in:
2021-04-27 19:10:36 +08:00
parent 2209997504
commit 0485a1d95f
3 changed files with 0 additions and 40 deletions
-1
View File
@@ -298,7 +298,6 @@ abstract class Pool extends Component
if (!$this->_items[$name]->isFull()) {
$this->_items[$name]->push($client);
}
$this->remove($name);
}