Files
firezone/rust
Reactor Scram a822238205 fix(windows): keep the main loop running even if a request has an error (#3569)
Closes #3521 because now almost all of the `?` in the main loop will log
an error and not bail. This is nice for trivial things like copying a
resource when we're not signed in. (e.g. User opens the menu, the token
expires, user clicks something, it should just do nothing instead of
crashing)

Closes a long-standing TODO for moving more of the request handling code
inside `impl Controller`
2024-02-06 16:24:11 +00:00
..
2023-05-10 07:58:32 -07:00