There was an error while loading. Please reload this page.
1 parent 9e0305a commit f6f58e7Copy full SHA for f6f58e7
1 file changed
src/Kdyby/RabbitMq/Consumer.php
@@ -112,6 +112,7 @@ public function consume(int $msgAmount): void
112
$this->logger->debug('Consumer idle timeout reached.', ['rabbitmq_consumer' => $this->exchangeOptions['name']]);
113
114
$this->getChannel()->getConnection()?->checkHeartBeat();
115
+ $this->getChannel()->getConnection()?->reconnect();
116
}
117
118
0 commit comments