try fixing matchmaking again
This commit is contained in:
parent
e874bf142d
commit
81824b1540
1 changed files with 4 additions and 6 deletions
|
|
@ -235,10 +235,11 @@ impl ExtendedMatchmakeSession {
|
||||||
continue;
|
continue;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
if other_conn.pid != self.session.gathering.host_pid {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
for pid in &list_of_connected_pids {
|
for pid in &list_of_connected_pids {
|
||||||
if other_conn.pid == *pid {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
other_conn
|
other_conn
|
||||||
.remote
|
.remote
|
||||||
.process_notification_event(NotificationEvent {
|
.process_notification_event(NotificationEvent {
|
||||||
|
|
@ -261,9 +262,6 @@ impl ExtendedMatchmakeSession {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
for new_conn_pid in conns.iter().filter_map(Weak::upgrade).map(|c| c.pid) {
|
for new_conn_pid in conns.iter().filter_map(Weak::upgrade).map(|c| c.pid) {
|
||||||
if old_conns.pid == new_conn_pid {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
old_conns
|
old_conns
|
||||||
.remote
|
.remote
|
||||||
.process_notification_event(NotificationEvent {
|
.process_notification_event(NotificationEvent {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue