mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
This is a follow-up from #10368 where we revise the forwarding logic in `runSessionEventLoop`. Redundant logs are removed and the only exit conditions from the event-loop are now the closing of either the event or the command stream. The event-stream will only close once `connlib` has successfully shut down and the command stream will only close of the adapter shuts down (and thus drops the sender-side of the channel).