You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when connecting to RabbitMQ
PHP Fatal error: Uncaught Bunny\Exception\ClientException: Broken pipe or closed connection. in /.../vendor/bunny/bunny/src/Bunny/AbstractClient.php:289
This happens because when I connect, I'm connecting with specific credentials and RabbitMQ is denying the connection. When this happens the stream is closed so we get an end of file:
I'm getting this error when connecting to RabbitMQ
PHP Fatal error: Uncaught Bunny\Exception\ClientException: Broken pipe or closed connection. in /.../vendor/bunny/bunny/src/Bunny/AbstractClient.php:289
This happens because when I connect, I'm connecting with specific credentials and RabbitMQ is denying the connection. When this happens the stream is closed so we get an end of file:
bunny/src/Bunny/AbstractClient.php
Lines 288 to 290 in d0dec8f
I have multiple connections opened by different users, so I need to handle this gracefully. This is the extension I've written to handle the problem.
I'm using https://packagist.org/packages/evenement/evenement as well.
Hope this helps.
The text was updated successfully, but these errors were encountered: