improve relay auth
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m46s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m28s

This commit is contained in:
2026-02-09 15:11:37 +07:00
parent 6cce0d8bea
commit a9d2a0a24b
6 changed files with 142 additions and 120 deletions

View File

@@ -250,6 +250,8 @@ impl DeviceRegistry {
*this = Some(Arc::new(signer));
cx.notify();
});
log::info!("Device Signer set");
}
/// Set the device state
@@ -308,7 +310,7 @@ impl DeviceRegistry {
Ok(())
});
task.detach();
task.detach_and_log_err(cx);
}
/// Get device announcement for current user