mirror of
https://github.com/opensim/opensim.git
synced 2026-08-19 21:02:18 +08:00
After aborting a thread, wait for it to actually finish. EXPERIMENTAL for OSG
testing. DO NOT UPDATE TO THIS UNLESS YOU KNOW WHAT YOU'RE DOING!
This commit is contained in:
@@ -536,6 +536,7 @@ 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