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 d49ead3 commit 7185507Copy full SHA for 7185507
RabbitMq/BaseAmqp.php
@@ -61,7 +61,7 @@ public function __destruct()
61
$this->ch->close();
62
}
63
64
- if ($this->conn->isConnected()) {
+ if ($this->conn && $this->conn->isConnected()) {
65
$this->conn->close();
66
67
0 commit comments