Revert "Cleared up much confusion in PollServiceRequestManager. Here's the history:"

This reverts commit e46459ef21.
This commit is contained in:
Diva Canto
2013-07-17 15:05:36 -07:00
parent fda91d93da
commit fa2370b32e
4 changed files with 54 additions and 43 deletions

View File

@@ -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);
}