This commit is contained in:
2021-03-02 18:35:36 +08:00
parent b2fea0250a
commit 5b76364157
+1
View File
@@ -278,6 +278,7 @@ abstract class Pool extends Component
public function clean(string $name)
{
Timer::clear($this->creates);
$this->warning('release ' . get_called_class() . ' pool...');
if (!Context::inCoroutine() || !isset($this->_items[$name])) {
return;
}