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

RabbitMQ transport: reconnect #47

Open
vetcher opened this issue May 3, 2018 · 2 comments
Open

RabbitMQ transport: reconnect #47

vetcher opened this issue May 3, 2018 · 2 comments

Comments

@vetcher
Copy link

vetcher commented May 3, 2018

Right now, when connection to broker drops, there is no way to reconnect and restore channels functionality. Also, as I see, chan []bytes created by vice.Transport blocks forever after disconnection.

I can propose pull request (like here), but not at this moment.

What you think?

@matryer
Copy link
Owner

matryer commented Jun 20, 2018

Would it be possible to add this situation into the global interface test? That way, we can see what’s going on with it, and also make sure other transports behave properly too.

@vetcher
Copy link
Author

vetcher commented Jul 26, 2018

@matryer check #51, I added small test and comments above to show the problem

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

2 participants