feat(service): Introduce fallback worker to ensure service stays alive (#4295)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-01-24 20:25:09 -06:00 committed by GitHub
parent bd4cb80877
commit 576ae6757f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 144 additions and 26 deletions

View file

@ -257,7 +257,8 @@ constructor(
/** Start our configured interface (if it isn't already running) */
private fun startInterface() {
if (radioIf !is NopInterface) {
Logger.w { "Can't start interface - $radioIf is already running" }
// Already running
return
} else {
val address = getBondedDeviceAddress()
if (address == null) {