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
tungstenite sometimes gives us Message::Close(None), but we can't handle this at the moment. We expect there to always be a close code and reason, and currently just use CloseCode::default() and String::default(). We should change this to allow an empty close message. This would be a breaking change, so we'll wait for the next minor release.
The text was updated successfully, but these errors were encountered:
tungstenite sometimes gives us
Message::Close(None)
, but we can't handle this at the moment. We expect there to always be a close code and reason, and currently just useCloseCode::default()
andString::default()
. We should change this to allow an empty close message. This would be a breaking change, so we'll wait for the next minor release.The text was updated successfully, but these errors were encountered: