mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
change to async channel
This commit is contained in:
parent
29ca2ed14d
commit
64071943fc
@ -60,8 +60,8 @@ pub struct Connection {
|
|||||||
show_remote_cursor: bool, // by peer
|
show_remote_cursor: bool, // by peer
|
||||||
privacy_mode: bool,
|
privacy_mode: bool,
|
||||||
ip: String,
|
ip: String,
|
||||||
disable_clipboard: bool, // by peer
|
disable_clipboard: bool, // by peer
|
||||||
disable_audio: bool, // by peer
|
disable_audio: bool, // by peer
|
||||||
tx_input: std_mpsc::Sender<MessageInput>, // handle input messages
|
tx_input: std_mpsc::Sender<MessageInput>, // handle input messages
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user