Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: nit in WsError #662

Merged
merged 1 commit into from
Jan 21, 2022
Merged

fix: nit in WsError #662

merged 1 commit into from
Jan 21, 2022

Conversation

niklasad1
Copy link
Member

No description provided.

@niklasad1 niklasad1 requested a review from a team as a code owner January 20, 2022 22:27
@@ -178,7 +178,7 @@ pub enum WsHandshakeError {
#[derive(Debug, Error)]
pub enum WsError {
/// Error in the WebSocket connection.
#[error("WebSocket connection error: {}", 0)]
#[error("WebSocket connection error: {0}")]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the old code will print 0 and not the actual error 🤫

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops!

@dvdplm dvdplm merged commit 429c196 into master Jan 21, 2022
@dvdplm dvdplm deleted the na-fix-nit-ws-error-client branch January 21, 2022 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants