mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-14 04:39:54 +00:00
Switch RPC errors are now returned synchronously to the caller so the tray can show a toast immediately on invalid-profile or other early failures. Down and Up run in a background goroutine so the caller returns fast; Up still uses async=true so the goroutine is short-lived.