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
AFAICT, if an exception occurs in a backend (eg, a timeout), that backend stops working. It should probably reconnect automatically, or at least have an option to do so.
The text was updated successfully, but these errors were encountered:
Okay, it looks like Roost and IRCCloud both support explicit reconnect. It might make sense to give SnipeBackend a reconnect() method that's a no-op (assuming this isn't generalizable, which I think is likely), give the Zulip backend a useful reconnect method, and add a reconnect-all keybinding. I can work on doing that.
AFAICT, if an exception occurs in a backend (eg, a timeout), that backend stops working. It should probably reconnect automatically, or at least have an option to do so.
The text was updated successfully, but these errors were encountered: