fix cpu burning issue
This commit is contained in:
parent
c4491b0248
commit
db6f46f165
@ -1312,7 +1312,7 @@ impl Remote {
|
|||||||
|
|
||||||
// just build for now
|
// just build for now
|
||||||
#[cfg(not(windows))]
|
#[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)]
|
#[cfg(windows)]
|
||||||
let mut rx_clip_client = get_rx_clip_client().lock().await;
|
let mut rx_clip_client = get_rx_clip_client().lock().await;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user