Skip to content

Hotfix/websocket retry connections

Marcos Huck requested to merge hotfix/websocket_retry_connections into develop

Related tasks

  • Websocket transport layer

Context

We need to implement some sort of mechanism to retry connecting to the websocket after a failure.

Change

Add a loop that tries 10 times to connect to the websocket server. Each iteration will be delayed by n * 10[ms].

Other information

Additional documentation

Merge request reports