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
I want to implement a WebSocket connection with Sec-Websocket-Protocol present in the header. Currently, based on the examples provided by this repo, the server does not send a Sec-Websocket-Protocol back in the response header of the upgrade, even though I see in the tide Websocket Implementation the header shall be appended inside the upgrade function if Sec-Websocket-Protocol is present in the client header.
Greetings
The text was updated successfully, but these errors were encountered:
Hello,
I want to implement a WebSocket connection with Sec-Websocket-Protocol present in the header. Currently, based on the examples provided by this repo, the server does not send a Sec-Websocket-Protocol back in the response header of the upgrade, even though I see in the tide Websocket Implementation the header shall be appended inside the upgrade function if Sec-Websocket-Protocol is present in the client header.
Greetings
The text was updated successfully, but these errors were encountered: