diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 904079d4..c8c75827 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -169,9 +169,9 @@ abstract class Pool extends Component */ protected function getFromChannel($name, mixed $callback): mixed { - if (!Context::inCoroutine()) { - return $this->createClient($name, $callback); - } +// if (!Context::inCoroutine()) { +// return $this->createClient($name, $callback); +// } if (!$this->hasItem($name)) { $this->createByCallback($name, $callback); }