fix cpu burning issue

This commit is contained in:
rustdesk 2022-03-03 20:25:23 +08:00
parent c4491b0248
commit db6f46f165

View File

@ -1312,7 +1312,7 @@ impl Remote {
// just build for now
#[cfg(not(windows))]
let (_, mut rx_clip_client) = mpsc::unbounded_channel::<i32>();
let (_tx_holder, mut rx_clip_client) = mpsc::unbounded_channel::<i32>();
#[cfg(windows)]
let mut rx_clip_client = get_rx_clip_client().lock().await;