As by definition of the web socket protocol, connection can die if not kept alive.
We must implement a PING/PONG system with automatic send/recv every e.g., 15 seconds.
For the moment, shortcut is to press "Update clients" every now and then.
This implementation need refactoring:
As by definition of the web socket protocol, connection can die if not kept alive.
We must implement a PING/PONG system with automatic send/recv every e.g., 15 seconds.
For the moment, shortcut is to press "Update clients" every now and then.
This implementation need refactoring: