This commit is contained in:
2023-04-05 13:54:36 +08:00
parent 417b8b3927
commit 419dfb6e0b
+1 -1
View File
@@ -103,7 +103,7 @@ class PoolItem
{
if ($this->_items->isEmpty() && $this->created < $this->maxCreated) {
$callback = $this->callback;
$client = $callback();
$client = call_user_func($callback);
$this->created += 1;