Skip to content

Commit

Permalink
fix rebase mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramfox” committed Jan 8, 2025
1 parent 92a96b3 commit bc523e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iroh/src/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -961,10 +961,6 @@ impl Endpoint {
return Ok(());
}

tracing::debug!("Closing connections");
self.endpoint.close(0u16.into(), b"");
self.endpoint.wait_idle().await;

tracing::debug!("Connections closed");
self.msock.close().await?;
Ok(())
Expand Down

0 comments on commit bc523e4

Please sign in to comment.