fix, win privacy mode, broker process

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-07-08 15:26:24 +08:00
parent 84d7115e36
commit 1648895156
7 changed files with 33 additions and 2 deletions

View File

@@ -931,6 +931,11 @@ pub mod connection_manager {
}
}
#[cfg(target_os = "windows")]
pub fn cm_clear() {
crate::privacy_win_mag::stop();
}
#[cfg(target_os = "android")]
use hbb_common::tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender};