outline-sdk icon indicating copy to clipboard operation
outline-sdk copied to clipboard

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

Open fortuna opened this issue 9 months ago • 0 comments

H2 and H3 will allow for multiplexing and better performance.

Options:

  • https://pkg.go.dev/nhooyr.io/websocket
  • https://pkg.go.dev/github.com/gorilla/websocket

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

fortuna avatar May 07 '24 01:05 fortuna