Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jan 24, 2025
1 parent d5d45ec commit 47955b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions io/zenoh-transport/src/common/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,8 @@ impl TransmissionPipelineProducer {
sent = queue.push_network_message(&msg, priority, &mut deadline)?;
// If the message is sent in the end, reset the status.
// Setting the status to `true` is only done with the stage_in mutex acquired,
// so there it is not possible that further messages see the congestion flag
// set after this point.
// so it is not possible that further messages see the congestion flag set
// after this point.
if sent {
self.status.set_congested(priority, false);
}
Expand Down

0 comments on commit 47955b4

Please sign in to comment.