mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Didn't mean to commit this change in BlockingQueue.cs
This commit is contained in:
@@ -76,7 +76,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
lock (m_queueSync)
|
||||
{
|
||||
while (m_queue.Count < 1 && m_pqueue.Count < 1)
|
||||
if (m_queue.Count < 1 && m_pqueue.Count < 1)
|
||||
{
|
||||
Monitor.Wait(m_queueSync, msTimeout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user