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 text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: