This commit is contained in:
2021-03-02 18:04:57 +08:00
parent 27e928b897
commit 104a0bfe73
5 changed files with 6 additions and 7 deletions
-3
View File
@@ -274,9 +274,6 @@ abstract class Pool extends Component
*/
public function clean(string $name)
{
if ($this->creates > -1 && Timer::exists($this->creates)) {
Timer::clear($this->creates);
}
if (!Context::inCoroutine() || !isset($this->_items[$name])) {
return;
}