mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
move assetsconnector threads to whatchdog; Abort all alive threads known to watchdog before exit
This commit is contained in:
@@ -231,6 +231,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
Watchdog.UpdateThread();
|
||||
}
|
||||
catch ( System.Threading.ThreadAbortException) { }
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Error("[ASYNC COMMAND MANAGER]: Exception in command handler pass: ", e);
|
||||
|
||||
Reference in New Issue
Block a user