Files
firezone/rust/connlib/tunnel
Thomas Eizinger cfbdc30123 refactor(connlib): move log into state (#10498)
Instead of logging this inside the event-loop, it is better to move it
into the corresponding handler function to free up the event-loop from
as much "logic" as possible. It should ideally only be concerned with
linking the state machine with the IO components that actually cause the
side-effects.
2025-10-01 04:16:41 +00:00
..