amqp
amqp copied to clipboard
Connection.open_direct is not working with latest amqp_client
The test fails with the amqp_client 3.6.11 on local.
@binarin I haven't look into the issue properly but wonder if you can take a look as you wrote the PR. You will be able to reproduce the issue by running mix test
with master branch on your local. Thanks!
I'll try to investigate it this week. But looks like there is some problem in amqp_client
from RabbitMQ itself.
Thanks Alexey!
Remove open_direct from master for time being. Once it's sorted out on rabbit_client, we can revert https://github.com/pma/amqp/commit/836978fb677b55709a6e7de52bafb7eb65d03e84 .
This appears to be addressed on 3.7.15 🙌