Skip to content

Commit

Permalink
fix(connlib): remove ice candidate on invalidate candidate message (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
conectado committed Apr 30, 2024
1 parent 7479f87 commit 52f1f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/connlib/clients/shared/src/eventloop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ where
candidates,
}) => {
for candidate in candidates {
self.tunnel.add_ice_candidate(gateway_id, candidate)
self.tunnel.remove_ice_candidate(gateway_id, candidate)
}
}
}
Expand Down

0 comments on commit 52f1f84

Please sign in to comment.