We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8018b commit 5923ba7Copy full SHA for 5923ba7
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