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
Currently, hitting maxConnectionFailures means that the app will refuse to reconnect, no matter what. I'd like to instead implement a reconnect system with exponential backoff, up to a certain max delay.
In the future, the connection could be manually restarted with a pull-to-refresh gesture, but this issue just covers backoff.
The text was updated successfully, but these errors were encountered:
Currently, hitting
maxConnectionFailures
means that the app will refuse to reconnect, no matter what. I'd like to instead implement a reconnect system with exponential backoff, up to a certain max delay.In the future, the connection could be manually restarted with a pull-to-refresh gesture, but this issue just covers backoff.
The text was updated successfully, but these errors were encountered: