Skip to content

Commit

Permalink
Fix StunClients resolve ext address not finishing
Browse files Browse the repository at this point in the history
  • Loading branch information
inetic committed Sep 30, 2024
1 parent e31d2c3 commit 869ee06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/network/stun.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ where
}
}

drop(tasks_tx);
future::pending::<()>().await;
};

Expand Down

0 comments on commit 869ee06

Please sign in to comment.