Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Jan 3, 2025
1 parent 93f063b commit 8dda5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/internal/mixnet-check-all-gateways/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ async fn main() -> Result<()> {
let echo_addr = echo_server.nym_address().await;
debug!("echo addr: {echo_addr}");

// TODO change this to mpsc to do proper cancellation
tokio::task::spawn(async move {
// echo_server.run().await?;
loop {
tokio::select! {
_ = thread_echo_server_token.cancelled() => {
Expand Down

0 comments on commit 8dda5fb

Please sign in to comment.