This commit is contained in:
as2252258@163.com
2021-04-23 03:58:15 +08:00
parent 8f42e86ba3
commit 4d84f0573f
-1
View File
@@ -72,7 +72,6 @@ abstract class Pool extends Component
$this->pop($channel, $name, $retain_number);
}
if ($retain_number == 0) {
$this->debug('release Timer::tick');
Timer::clear($this->creates);
$this->creates = -1;
}