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
The message callback now passes an Option instead of just a message. None is sent if there's a problem with the client, such as it being disconnected. The channel is kept open, and after the problem is resolved, the application can just keep reading from it.
Currently the consumer channel is not notified if the client loses connection to the broker. The client might be left hanging if a disconnect occurs.
The text was updated successfully, but these errors were encountered: