This commit is contained in:
Louis Lam 2023-12-10 20:46:29 +08:00
parent 3848e8cbb9
commit f3dd323daa

View File

@ -605,6 +605,13 @@ export class DockgeServer {
Settings.stopCacheCleaner();
}
/**
* Final function called before application exits
*/
finalFunction() {
log.info("server", "Graceful shutdown successful!");
}
/**
* Force connected sockets of a user to refresh and disconnect.
* Used for resetting password.