keep watchdog happy using it to kill his threads

avinationmerge
UbitUmarov 2012-09-26 04:52:19 +01:00
parent 654dd289f2
commit 67fa657746
1 changed files with 1 additions and 9 deletions

View File

@ -278,15 +278,7 @@ namespace OpenSim.Framework.Servers.HttpServer
Thread.Sleep(1000); // let the world move
foreach (Thread t in m_workerThreads)
{
try
{
t.Abort();
}
catch
{
}
}
Watchdog.AbortThread(t.ManagedThreadId);
try
{