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 think there is a misspelling: %v instead of %where.
My case is checking error from executing conn.Read() As websocket.CloseError and handle disconnection
The text was updated successfully, but these errors were encountered:
#160 should help clear this up and make it more intuitive.
The idea is that you only want to check for a status code you receive from the peer but if you send a status code, you don't want to check for it, just error out.
I think there is a misspelling:
%v
instead of%w
here.My case is checking error from executing
conn.Read()
Aswebsocket.CloseError
and handle disconnectionThe text was updated successfully, but these errors were encountered: