mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Applied 9085B_[5004]_xengine_abort_regression.patch from #1437
Thank you, Melanie. And Thank you ckrinke. Bigups!
This commit is contained in:
@@ -933,6 +933,8 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
if(result == null)
|
||||
return true;
|
||||
|
||||
result.Abort();
|
||||
|
||||
if(SmartThreadPool.WaitAll(new IWorkItemResult[] {result}, new TimeSpan((long)10000000), false))
|
||||
{
|
||||
lock(m_EventQueue)
|
||||
|
||||
Reference in New Issue
Block a user