When working with WebSocket handlers the client maintains an online connection. The connection is expected to be kept alive for as long as needed. However there are cases where the connection can be temporary broken. Especially when the client is a mobile browser. Using the...
It was false alarm. It works. I was getting in the logs a onWebsocketError: null and I though it was a mistake. It is not the case as it works perfectly and it reconnects successfully. Obviously it is the detection.