Skip to content

Commit

Permalink
tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic authored and sdroege committed Aug 8, 2023
1 parent a001f16 commit 784433f
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 @@ -396,7 +396,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 784433f

Please sign in to comment.