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 API is a bit different from what gorilla/websocket offers, and one of the big advantages I see is that it solves a problem with a proper WebSocket closing handshake which is a bit hard to do right with Gorilla WebSocket ( gorilla/websocket#448)
nhooyr also supports WASM which makes it possible to build WASM based clients.
The text was updated successfully, but these errors were encountered:
Is there any reason why this ws lib has to be used ?
I would like to change to https://pkg.go.dev/nhooyr.io/websocket ( https://github.com/nhooyr/websocket )
The API is a bit different from what gorilla/websocket offers, and one of the big advantages I see is that it solves a problem with a proper WebSocket closing handshake which is a bit hard to do right with Gorilla WebSocket ( gorilla/websocket#448)
nhooyr also supports WASM which makes it possible to build WASM based clients.
The text was updated successfully, but these errors were encountered: