Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yayanyang committed Feb 23, 2024
1 parent cb4e87c commit 3fd69d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/net/quic/src/conn_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ impl RawConnPool {

let left_bidi = conn.peer_streams_left_bidi().await;

log::info!("left_bidi={}", left_bidi);

if left_bidi > 0 {
return Ok(conn.clone());
}
Expand Down

0 comments on commit 3fd69d2

Please sign in to comment.