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
Hi, I'm trying to use this library with WebSockets using https://github.com/gorilla/websocket, but I get this error when the server attempts to upgrade the connection.
websocket: response does not implement http.Hijacker
If I revert to the standard library with
mux:=http.NewServeMux()
everything works fine
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use this library with WebSockets using https://github.com/gorilla/websocket, but I get this error when the server attempts to upgrade the connection.
If I revert to the standard library with
everything works fine
The text was updated successfully, but these errors were encountered: