Stop the server in ON_APPLICATION_ENDS instead of ON_APPLICATION_REQUESTS_EXIT hook

This commit is contained in:
Maschell 2022-10-06 12:20:48 +02:00
parent 2a79fd7862
commit 52766cdca1

View File

@ -226,7 +226,7 @@ WUPS_CONFIG_CLOSED() {
}
}
ON_APPLICATION_REQUESTS_EXIT() {
ON_APPLICATION_ENDS() {
stopServer();
deinitLogging();
}