mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
change to async channel
This commit is contained in:
parent
29ca2ed14d
commit
64071943fc
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ pub struct Connection {
|
|||
show_remote_cursor: bool, // by peer
|
||||
privacy_mode: bool,
|
||||
ip: String,
|
||||
disable_clipboard: bool, // by peer
|
||||
disable_audio: bool, // by peer
|
||||
disable_clipboard: bool, // by peer
|
||||
disable_audio: bool, // by peer
|
||||
tx_input: std_mpsc::Sender<MessageInput>, // handle input messages
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue