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>
Connlib
Firezone's connectivity library shared by all clients.
Building Connlib
You shouldn't need to build connlib directly; it's typically built as a dependency of one of the other Firezone components. See READMEs in those directories for relevant instructions.