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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user