mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2025-01-24 09:11:11 +01:00
Stop the server in ON_APPLICATION_ENDS instead of ON_APPLICATION_REQUESTS_EXIT hook
This commit is contained in:
parent
2a79fd7862
commit
52766cdca1
@ -226,7 +226,7 @@ WUPS_CONFIG_CLOSED() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ON_APPLICATION_REQUESTS_EXIT() {
|
ON_APPLICATION_ENDS() {
|
||||||
stopServer();
|
stopServer();
|
||||||
deinitLogging();
|
deinitLogging();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user