This commit is contained in:
2021-03-02 18:36:49 +08:00
parent 5b76364157
commit 5666df1d0c
+1 -1
View File
@@ -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];