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
When authentication fails during the connection handshake with the Server, it would be helpful to be able to tell the Client why exactly it did fail, e.g. an InvalidCredentials or UserBanned message ect. Which would help the Client take an appropriate action to retry the connection.
The event client-side could look like: Event::Rejection(message: Option<Protocol>) ?
When authentication fails during the connection handshake with the Server, it would be helpful to be able to tell the Client why exactly it did fail, e.g. an
InvalidCredentials
orUserBanned
message ect. Which would help the Client take an appropriate action to retry the connection.The event client-side could look like:
Event::Rejection(message: Option<Protocol>)
?Thank you @uupi for the suggestion from Discord 👍
The text was updated successfully, but these errors were encountered: