Skip to content

Fix sendData after timeout

Leon requested to merge bugfix/connectionTimeout into develop

After five minutes the WebSocketConnection has a timeout. The connection will now be established new when some data is about to be send to the server.

Merge request reports