mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
This was causing some problems in my tests with connlib, when the client re-created the connection and recieved the candidates before the offer response, this *seems* like it made the client hang waiting for the connection to happen, without failing it. I couldn't find out why exactly the hang happens since it seems like the remote candidates are added to the new connection and stun packets are directed to the new connection, so it may be unrelated but I think it's still right to clean this hashmap up. --------- Co-authored-by: Thomas Eizinger <thomas@eizinger.io>