Files
firezone/rust/client-shared
Thomas Eizinger 531a84268f fix(connlib): always process all errors from tunnel (#10500)
In #10347, we made sure that we always return all errors that happen
during a single tick of the event-loop. What we overlooked is that as
part of handling the errors, we need to use `continue` to jump to the
next one instead of returning directly from the function.

Signed-off-by: Thomas Eizinger <thomas@eizinger.io>
2025-10-06 17:07:53 +00:00
..