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
When connecting to a web socket server, you're able to pass a list of protocols your client will support. During the handshake between the client and server, the server will send back which protocol is being used. In some applications, it might be necessary for the client to know which protocol the server sent back. Right now there isn't a way to tell which protocol the server sent back, which wouldn't allow this API to be used for these types of applications. Having a way to access the protocol would be very useful in this case.
Requirements
Some way of exposing the protocol through the WebSocket API
The text was updated successfully, but these errors were encountered:
Description
When connecting to a web socket server, you're able to pass a list of protocols your client will support. During the handshake between the client and server, the server will send back which protocol is being used. In some applications, it might be necessary for the client to know which protocol the server sent back. Right now there isn't a way to tell which protocol the server sent back, which wouldn't allow this API to be used for these types of applications. Having a way to access the protocol would be very useful in this case.
Requirements
WebSocket
APIThe text was updated successfully, but these errors were encountered: