stop a few more threads on exit

This commit is contained in:
UbitUmarov
2017-05-23 04:05:31 +01:00
parent 928733efc9
commit f3eb73926e
3 changed files with 21 additions and 17 deletions

View File

@@ -116,6 +116,8 @@ namespace OpenSim.Framework.Servers
Thread.Sleep(5000);
WorkManager.Stop();
RemovePIDFile();
m_log.Info("[SHUTDOWN]: Shutdown processing on main thread complete. Exiting...");