You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WebSocketClient constructor accepts a list of subprotocols, however it provides no way to know which subprotocol was selected. This is returned by the server in the Sec-WebSocket-Protocol header.
The WebSocketClient constructor accepts a list of subprotocols, however it provides no way to know which subprotocol was selected. This is returned by the server in the
Sec-WebSocket-Protocolheader.