keep watchdog happy using it to kill his threads
parent
654dd289f2
commit
67fa657746
|
@ -278,15 +278,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||||
Thread.Sleep(1000); // let the world move
|
Thread.Sleep(1000); // let the world move
|
||||||
|
|
||||||
foreach (Thread t in m_workerThreads)
|
foreach (Thread t in m_workerThreads)
|
||||||
{
|
Watchdog.AbortThread(t.ManagedThreadId);
|
||||||
try
|
|
||||||
{
|
|
||||||
t.Abort();
|
|
||||||
}
|
|
||||||
catch
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue