We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce on aioamqp 0.8.2:
Did not investigated it but, this happens because _close_channels in protocol.py is called on connection lost and on AmqpClosedConncetion exception.
Desired behavior: on connection error I would expect my callback to be called once to be able to handle reconnection properly.
The text was updated successfully, but these errors were encountered:
This will be dealt with as part of the API redesign of #118. This callback (like most/all others) is most likely going to be removed altogether.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce on aioamqp 0.8.2:
Did not investigated it but, this happens because _close_channels in protocol.py is called on connection lost and on AmqpClosedConncetion exception.
Desired behavior:
on connection error I would expect my callback to be called once to be able to handle reconnection properly.
The text was updated successfully, but these errors were encountered: