mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
keep watchdog happy using it to kill his threads
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user