Skip to content

Commit 0ed0317

Browse files
authored
Merge pull request #64 from ulue/dev2
upsome for amqp
2 parents 2faaa44 + 5923ba7 commit 0ed0317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amqp/src/Connection/Connection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function createClient(): void
8585

8686
try {
8787
$this->connection = $this->connect([$auth], $setting['connect'] ?? []);
88-
$this->connection = $this->client->getConnector()->connect();
88+
// $this->connection = $this->client->getConnector()->connect(); TODO connect() method body is emtpy ???
8989
} catch (Exception $e) {
9090
throw new AMQPException(sprintf('RabbitMQ connect error is %s file=%s line=%d', $e->getMessage(),
9191
$e->getFile(), $e->getLine()));

0 commit comments

Comments
 (0)