mirror of
https://github.com/opensim/opensim.git
synced 2026-08-15 10:06:18 +08:00
Revert "After aborting a thread, wait for it to actually finish. EXPERIMENTAL for OSG"
This reverts commit 241ed5734e.
This commit is contained in:
@@ -536,7 +536,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
if (!m_InSelfDelete)
|
||||
result.Abort();
|
||||
|
||||
result.Wait(TimeSpan.FromSeconds(10));
|
||||
lock (m_EventQueue)
|
||||
{
|
||||
m_CurrentResult = null;
|
||||
|
||||
Reference in New Issue
Block a user