mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Merge branch 'master' into httptests
This commit is contained in:
@@ -188,9 +188,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
cmdHandlerThreadCycleSleepms = 100;
|
||||
}
|
||||
|
||||
/*
|
||||
~AsyncCommandManager()
|
||||
{
|
||||
// Shut down thread
|
||||
|
||||
try
|
||||
{
|
||||
lock (staticLock)
|
||||
@@ -213,7 +215,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
/// <summary>
|
||||
/// Main loop for the manager thread
|
||||
/// </summary>
|
||||
@@ -229,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