try fixing matchmaking again really hopefully
This commit is contained in:
parent
81824b1540
commit
09e5b1f92a
2 changed files with 31 additions and 34 deletions
|
|
@ -234,10 +234,10 @@ impl ExtendedMatchmakeSession {
|
|||
joining_pid == self.session.gathering.owner_pid{
|
||||
continue;
|
||||
}*/
|
||||
|
||||
/*
|
||||
if other_conn.pid != self.session.gathering.host_pid {
|
||||
continue;
|
||||
}
|
||||
} */
|
||||
|
||||
for pid in &list_of_connected_pids {
|
||||
other_conn
|
||||
|
|
@ -258,9 +258,10 @@ impl ExtendedMatchmakeSession {
|
|||
let Some(old_conns) = old_conns.upgrade() else {
|
||||
continue;
|
||||
};
|
||||
/*
|
||||
if old_conns.pid != self.session.gathering.host_pid {
|
||||
continue;
|
||||
}
|
||||
} */
|
||||
for new_conn_pid in conns.iter().filter_map(Weak::upgrade).map(|c| c.pid) {
|
||||
old_conns
|
||||
.remote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue