add crate::platform::quit_gui(); for double sure
This commit is contained in:
parent
27478946ea
commit
77f1c7e74c
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue