add crate::platform::quit_gui(); for double sure

This commit is contained in:
rustdesk 2024-06-19 21:21:51 +08:00
parent 27478946ea
commit 77f1c7e74c

View File

@ -381,6 +381,8 @@ async fn handle(data: Data, stream: &mut Connection) {
}
// leave above open a little time
hbb_common::sleep(0.3).await;
// in case below exit failed
crate::platform::quit_gui();
}
std::process::exit(-1); // to make sure --server luauchagent process can restart because SuccessfulExit used
}