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
I've noticed that if I restart the server or close the lid of the laptop on the client-side, the websocket connection within the react app will die.
For me it then takes a page refresh for the app to get the latest database synced.
It seems like we could probably have some sort of exponential back-off while trying to reconnect.
This would probably have to be done inside the connector, as it owns the websocket on the client-side. So, there might be some challenges organizing the code...
The text was updated successfully, but these errors were encountered:
I've noticed that if I restart the server or close the lid of the laptop on the client-side, the websocket connection within the react app will die.
For me it then takes a page refresh for the app to get the latest database synced.
It seems like we could probably have some sort of exponential back-off while trying to reconnect.
This would probably have to be done inside the connector, as it owns the websocket on the client-side. So, there might be some challenges organizing the code...
The text was updated successfully, but these errors were encountered: