Skip to content

Commit

Permalink
some extra logs for weird scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Apr 24, 2024
1 parent c8fa0de commit 914661e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh-net/src/magicsock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ impl Inner {

let mut n = 0;
if transmits.is_empty() {
tracing::trace!(is_closed=?self.is_closed(), "poll_send without any quinn_udp::Transmit");
return Poll::Ready(Ok(n));
}

Expand Down

0 comments on commit 914661e

Please sign in to comment.