We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffcbfc commit 254125aCopy full SHA for 254125a
RabbitMq/BaseAmqp.php
@@ -80,7 +80,7 @@ public function reconnect()
80
*/
81
public function getChannel()
82
{
83
- if (empty($this->ch)) {
+ if (empty($this->ch) || null === $this->ch->getChannelId()) {
84
$this->ch = $this->conn->channel();
85
}
86
0 commit comments