Skip to content
New issue

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

Reconnect not working correctly for AMQP 0.9.1 Connections #228

Closed
ffendt opened this issue Sep 6, 2018 · 1 comment
Closed

Reconnect not working correctly for AMQP 0.9.1 Connections #228

ffendt opened this issue Sep 6, 2018 · 1 comment
Labels
Milestone

Comments

@ffendt
Copy link
Contributor

ffendt commented Sep 6, 2018

When playing around with AMQP 0.9.1 Connections, i found a bug in the reconnect mechanisms of Ditto.

If the AMQP broker (to which a connection is pointing) is unreachable for a while, Ditto will try to reestablish the connection and finally succeed when the broker is reachable again.
However, after the connection is established, consuming or publishing won't work for the connection until the service is restarted.

@jufickel-b
Copy link

Closed with PR #230.

@thjaeckle thjaeckle added this to the 0.8.0-M2 milestone Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants