This commit is contained in:
2021-03-08 18:40:42 +08:00
parent e1dd10e210
commit b2693aa005
5 changed files with 23 additions and 17 deletions
-1
View File
@@ -288,7 +288,6 @@ abstract class Pool extends Component
$this->pop($channel, $name, 0);
if ($this->creates > -1) {
Timer::clear($this->creates);
$this->debug('clean timer.');
}
$this->_items[$name] = null;
}