We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2faaa44 + 5923ba7 commit 0ed0317Copy full SHA for 0ed0317
src/amqp/src/Connection/Connection.php
@@ -85,7 +85,7 @@ public function createClient(): void
85
86
try {
87
$this->connection = $this->connect([$auth], $setting['connect'] ?? []);
88
- $this->connection = $this->client->getConnector()->connect();
+ // $this->connection = $this->client->getConnector()->connect(); TODO connect() method body is emtpy ???
89
} catch (Exception $e) {
90
throw new AMQPException(sprintf('RabbitMQ connect error is %s file=%s line=%d', $e->getMessage(),
91
$e->getFile(), $e->getLine()));
0 commit comments