mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-28 07:39:36 +08:00
add crate::platform::quit_gui(); for double sure
This commit is contained in:
parent
27478946ea
commit
77f1c7e74c
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user