Revert "After aborting a thread, wait for it to actually finish. EXPERIMENTAL for OSG"
This reverts commit 241ed5734e
.
0.6.9-post-fixes
parent
241ed5734e
commit
c5cfae7bac
|
@ -536,7 +536,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||||
if (!m_InSelfDelete)
|
if (!m_InSelfDelete)
|
||||||
result.Abort();
|
result.Abort();
|
||||||
|
|
||||||
result.Wait(TimeSpan.FromSeconds(10));
|
|
||||||
lock (m_EventQueue)
|
lock (m_EventQueue)
|
||||||
{
|
{
|
||||||
m_CurrentResult = null;
|
m_CurrentResult = null;
|
||||||
|
|
Loading…
Reference in New Issue