BiDi class for handling WebSocket connections
WebSocket URL
Return WebSocket connection
The WebSocket connection.
Return if it is connected
The connection status.
Close the WebSocket connection.
Resolves when the connection has been successfully closed.
Send a command over the WebSocket connection
Parameters to send with the command.
Resolves with the response payload.
Wait for the connection to be established
Resolves when the connection is established.
BiDi class for handling WebSocket connections