forked from spacebar/rust-nex
fix deadlock
This commit is contained in:
parent
81c89549fd
commit
3db244c2ff
1 changed files with 1 additions and 2 deletions
|
|
@ -136,8 +136,7 @@ impl MatchmakeManager {
|
|||
}
|
||||
|
||||
if bool_matched_criteria {
|
||||
let guard = session.lock().await;
|
||||
info!("matched session: {:?}", *guard);
|
||||
println!("matched session: {:?}", session);
|
||||
|
||||
list.push(session.clone());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue