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
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?
The text was updated successfully, but these errors were encountered:
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.
Right now, when connection to broker drops, there is no way to reconnect and restore channels functionality. Also, as I see,
chan []byte
s created byvice.Transport
blocks forever after disconnection.I can propose pull request (like here), but not at this moment.
What you think?
The text was updated successfully, but these errors were encountered: