Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Mar 28, 2024
1 parent e9cb60a commit 8c4d699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/tx5-go-pion/examples/stun-check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ pub async fn check_nat_type(stun_a: String, stun_b: String) -> NatType {
let _ = r.await;

let lock = result2.lock().unwrap();

eprintln!("GOT: {lock:#?}");

if lock.is_empty() {
Result::Ok(NatType::UdpFailureTurnRequired)
} else {
Expand Down

0 comments on commit 8c4d699

Please sign in to comment.