forked from jmug/stoatchat
Respond to malformed WS packets
This commit is contained in:
@@ -15,6 +15,7 @@ pub enum WebSocketError {
|
||||
InvalidSession,
|
||||
OnboardingNotFinished,
|
||||
AlreadyAuthenticated,
|
||||
MalformedData { msg: String },
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user