Replace the use of golang.org/x/net/websocket
EtienneM opened this issue · 0 comments
EtienneM commented
As specified in this dependency documentation:
This package currently lacks some features found in alternative and more actively maintained WebSocket packages:
https://godoc.org/github.com/gorilla/websocket
https://godoc.org/nhooyr.io/websocket
github.com/gorilla/websocket is the one we already use on some prjects, let's use this one