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

consume stops receiving messages after reconnecting #526

Open
Andrea-Arguello opened this issue Apr 7, 2022 · 1 comment
Open

consume stops receiving messages after reconnecting #526

Andrea-Arguello opened this issue Apr 7, 2022 · 1 comment

Comments

@Andrea-Arguello
Copy link

Andrea-Arguello commented Apr 7, 2022

Hello, I've been working on a project that should have a reconnection feature, in case a consumer were to disconnect due to being idle for a while, with a similar approach to the one used here.

However, I've noticed that after reconnecting after a forced close from the UI, the channel stops receiving messages all together. I work with several workers at once, so this one is just rendered useless. However, the connection is reestablished.

Now, I was wondering if this is an issue on my part, or if there is something that I am overlooking? I am more than happy to share my code if needed, but I want to understand why this could be happening in the first place.

@Andrea-Arguello
Copy link
Author

I think my issue is related to this rabbitmq/amqp091-go#18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant