Revert "Properly remove the hack queue update thread when the voewr shuts down"
This reverts commit 7c544c0d4e
.
cpu-performance
parent
7c544c0d4e
commit
a94a43d249
|
@ -223,7 +223,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
|
|
||||||
private void ActOnEmptyQueue()
|
private void ActOnEmptyQueue()
|
||||||
{
|
{
|
||||||
while (IsConnected)
|
while (true)
|
||||||
{
|
{
|
||||||
m_queueEmptyEvent.WaitOne();
|
m_queueEmptyEvent.WaitOne();
|
||||||
FireQueueEmpty(m_categories);
|
FireQueueEmpty(m_categories);
|
||||||
|
|
Loading…
Reference in New Issue