This commit is contained in:
2021-02-20 13:35:17 +08:00
parent b140054ce9
commit 9ce45e39e8
6 changed files with 23 additions and 20 deletions
+1
View File
@@ -40,6 +40,7 @@ trait Timeout
{
$channels = $this->getChannels();
foreach ($channels as $name => $channel) {
$this->debug('release ' . $name);
$this->pop($channel, $name, $retain_number);
}
if ($retain_number == 0) {