Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Ability to get connection protocol #66

Open
Gold872 opened this issue Dec 17, 2024 · 0 comments · May be fixed by #67
Open

feat: Ability to get connection protocol #66

Gold872 opened this issue Dec 17, 2024 · 0 comments · May be fixed by #67
Labels
enhancement New feature or request

Comments

@Gold872
Copy link

Gold872 commented Dec 17, 2024

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

  • Some way of exposing the protocol through the WebSocket API
@Gold872 Gold872 linked a pull request Dec 17, 2024 that will close this issue
7 tasks
@felangel felangel added the enhancement New feature or request label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants