feat: 通过加密会话和冲突设置连接桌面 Sync

This commit is contained in:
2026-09-08 16:03:49 +08:00
parent 3a4d6e5586
commit 91ef49442d
27 changed files with 1005 additions and 9 deletions
+1
View File
@@ -506,6 +506,7 @@ impl CredentialBroker {
self.unlocked.as_ref().ok_or("CREDENTIALS_LOCKED".into())
}
pub fn lock(&mut self) {
self.lock_epoch.fetch_add(1, Ordering::SeqCst);
self.unlocked.take();
self.ownership.take();
}