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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: