This commit is contained in:
2021-02-20 13:47:16 +08:00
parent b834216060
commit 0b11a871be
-1
View File
@@ -46,7 +46,6 @@ trait Timeout
$this->pop($channel, $name, $retain_number);
}
if ($retain_number == 0) {
$this->debug('release ' . implode(',', $names));
$this->debug('release Timer::tick');
Timer::clear($this->creates);
$this->creates = -1;