This commit is contained in:
2021-03-04 14:05:53 +08:00
parent c9cfe4e0fa
commit a7e0f306d2
+6
View File
@@ -291,6 +291,12 @@ abstract class Pool extends Component
}
$this->_items[$name]->close();
$this->_items[$name] = null;
if ($this->creates > -1) {
Timer::clear($this->creates);
$this->debug('clean timer.');
}
}