Skip to content

Commit

Permalink
Update src/client.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
UkoeHB authored Nov 14, 2023
1 parent a1f6d3a commit 291b5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ async fn client_connect<E: ClientExt, Connector: ClientConnector>(
Some(Message::Close(frame)) => {
tracing::debug!(?frame, "client closed itself while connecting");
return Ok(None);
},
}
_ => {
tracing::warn!("client is connecting, discarding message from user");
continue;
Expand Down

0 comments on commit 291b5a7

Please sign in to comment.