diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 8449b9f7..c2c87c78 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -279,7 +279,7 @@ abstract class Pool extends Component { Timer::clear($this->creates); $this->warning('release ' . get_called_class() . ' pool...'); - if (!Context::inCoroutine() || !isset($this->_items[$name])) { + if (!isset($this->_items[$name])) { return; } $channel = $this->_items[$name];