mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
comment
This commit is contained in:
parent
34ce402203
commit
ae9b6edf7c
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ impl Client {
|
|||
}
|
||||
} else {
|
||||
// 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();
|
||||
msg_out.set_public_key(PublicKey::new());
|
||||
timeout(CONNECT_TIMEOUT, conn.send(&msg_out)).await??;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue