Skip to content

Commit

Permalink
tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jun 17, 2023
1 parent a5e5600 commit 5f5a06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ where
}
Err(WsError::Io(err)) if err.kind() == std::io::ErrorKind::WouldBlock => {
// the message was accepted and queued so not an error
// but `poll_ready` will start returning pending now.
// but `poll_ready` will now start trying to flush the block
self.ready = false;
Ok(())
}
Expand Down

0 comments on commit 5f5a06c

Please sign in to comment.