* Applying EventQueueGetModule patch to try debug the case of the missing EQG.
parent
ad987a9633
commit
df8b92cc1e
|
@ -153,8 +153,9 @@ namespace OpenSim.Region.Environment.Modules.Framework
|
||||||
{
|
{
|
||||||
BlockingLLSDQueue queue = GetQueue(avatarID);
|
BlockingLLSDQueue queue = GetQueue(avatarID);
|
||||||
queue.Enqueue(ev);
|
queue.Enqueue(ev);
|
||||||
} catch(NullReferenceException)
|
} catch(NullReferenceException e)
|
||||||
{
|
{
|
||||||
|
m_log.Debug("[EVENTQUEUE] Caught exception: " + e);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue