rustdesk
2021-07-27 20:10:04 +08:00
parent f07ce11425
commit 191fdc6691
2 changed files with 202 additions and 101 deletions

View File

@@ -272,6 +272,7 @@ pub async fn start_server(is_server: bool, _tray: bool) {
std::process::exit(-1);
}
});
input_service::fix_key_down_timeout();
crate::RendezvousMediator::start_all().await;
} else {
match crate::ipc::connect(1000, "").await {