vice icon indicating copy to clipboard operation
vice copied to clipboard

RabbitMQ transport: reconnect

Open vetcher opened this issue 7 years ago • 2 comments

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?

vetcher avatar May 03 '18 09:05 vetcher

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.

matryer avatar Jun 20 '18 06:06 matryer

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

vetcher avatar Jul 26 '18 13:07 vetcher