keep watchdog happy using it to kill his threads

This commit is contained in:
UbitUmarov
2012-09-26 04:52:19 +01:00
parent 654dd289f2
commit 67fa657746

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
{