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 have implemented in nginx, make nginx support proxy http2/http3 websocket to websocket 1.1 backend. And even make a simple client to use, as a sip003 plugin.
We are using https://pkg.go.dev/golang.org/x/net/websocket, which is poorly maintained.
Better options are:
Ideally we would be able to support Websockets over h2 and even h3, for multiplexing and better performance.
However, it's not clear any implementation can support it yet, given limitations in the http2 support in Go:
The text was updated successfully, but these errors were encountered: