Reconnection for RSocket
Closed this issue · 1 comments
kevindeyne commented
When the connection to the websocket is lost (due to error, or healthcheck failure, or whatever) you just receive a JS error and stop being able to interact with something. We should instead visualize this and automatically try to reconnecting. If reconnection is fast, we don't even need to visualize anything; but if it is persistent we will want to let the user know there's a problem.
kevindeyne commented
debugMode = false would actually handle this