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
Currently there's no specific error type when this happens, it's a plain fmt.Errorf error. Could you share a bit more context as to why this is happening and why you consider the error to be OK to ignore?
What is the error type of this error so I can ignore it?
Here is an example of an error type within this library.
websocket.CloseError
is an error type within this library.So, what error type is returned when you receive the error
failed to close WebSocket: received header with unexpected rsv bits set: true:true:true
?The text was updated successfully, but these errors were encountered: