mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
move assetsconnector threads to whatchdog; Abort all alive threads known to watchdog before exit
This commit is contained in:
@@ -119,9 +119,10 @@ namespace OpenSim.Framework.Servers
|
||||
|
||||
Thread.Sleep(1000);
|
||||
RemovePIDFile();
|
||||
|
||||
m_log.Info("[SHUTDOWN]: Shutdown processing on main thread complete. Exiting...");
|
||||
|
||||
if (!SuppressExit)
|
||||
if (!SuppressExit)
|
||||
Environment.Exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user