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

Use a better websocket implementation that is more robust and supports H2 & H3 #235

Open
fortuna opened this issue May 7, 2024 · 0 comments

Comments

@fortuna
Copy link
Contributor

fortuna commented May 7, 2024

H2 and H3 will allow for multiplexing and better performance.

Options:

We are using https://pkg.go.dev/golang.org/x/net/websocket, which has limitations and is not well-maintained.

@daniellacosse daniellacosse changed the title Use a better implementation that is more robust and supports H2 & H3 Use a better websocket implementation that is more robust and supports H2 & H3 May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant