mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
This moves about 2/3rds of the code from `firezone-gui-client` to `firezone-gui-client-common`. I tested it in aarch64 Windows and cycled through sign-in and sign-out and closing and re-opening the GUI process while the IPC service stays running. IPC and updates each get their own MPSC channel in this, so I wanted to be sure it didn't break. --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>