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
Also on making the initial connection - users shouldn't be given the option to connect.
The lib should handle connection drops to the broker for the application. So if we poll and hit an exception which implies a dropped connection, we should reconnect, and continuously reconnect (with max tries or a back off) until connected.
This would make the handling of reconnections opinionated, but would also make any downstream simple application simpler.
@AkhilGNair
Related: #4
The text was updated successfully, but these errors were encountered: