mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 09:01:30 +03:00
comment
This commit is contained in:
@@ -318,6 +318,7 @@ impl Client {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// fall back to non-secure connection in case pk mismatch
|
// fall back to non-secure connection in case pk mismatch
|
||||||
|
// to-do: pop up a warning dialog to let user choose if continue
|
||||||
let mut msg_out = Message::new();
|
let mut msg_out = Message::new();
|
||||||
msg_out.set_public_key(PublicKey::new());
|
msg_out.set_public_key(PublicKey::new());
|
||||||
timeout(CONNECT_TIMEOUT, conn.send(&msg_out)).await??;
|
timeout(CONNECT_TIMEOUT, conn.send(&msg_out)).await??;
|
||||||
|
|||||||
Reference in New Issue
Block a user