just DIE damm thread (recent monos issue)

This commit is contained in:
UbitUmarov
2018-02-03 19:34:17 +00:00
parent 04a8ec518d
commit e7e8a7ab4d
2 changed files with 23 additions and 12 deletions

View File

@@ -105,7 +105,8 @@ namespace OpenSim.Region.ScriptEngine.XMREngine
{
m_Exiting = true;
WakeUpScriptThread();
thd.Join();
if(!thd.Join(250))
thd.Abort();
lock (m_AllThreads)
m_AllThreads.Remove (thd);