Skip to content

Commit

Permalink
removed some debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Jan 16, 2025
1 parent c226463 commit d886e1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions streamer/src/nonblocking/quic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,7 @@ async fn run_server(
.store(endpoints.len(), Ordering::Relaxed);
let staked_connection_table: Arc<Mutex<ConnectionTable>> =
Arc::new(Mutex::new(ConnectionTable::new()));
info!("Creating the packet_batch_sender, and async channel");
let (sender, receiver) = async_bounded(coalesce_channel_size);
info!("Created async channel");
tokio::spawn(packet_batch_sender(
packet_sender,
receiver,
Expand Down

0 comments on commit d886e1c

Please sign in to comment.