Skip to content

Add connection lock to websocket transport

Marcos Huck requested to merge fix/websocket_conn_lock into fix/race_conditions

Related tasks

Context

A race condition occurs when when the connection inside the websocket wrapper is being used.

Change

This MR adds a lock to prevent multiple interactions on the connection by different method calls.

Other information

Additional documentation

Merge request reports