Revert "Properly remove the hack queue update thread when the voewr shuts down"

This reverts commit 7c544c0d4e.
cpu-performance
Justin Clark-Casey (justincc) 2013-07-18 00:50:16 +01:00
parent 7c544c0d4e
commit a94a43d249
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
private void ActOnEmptyQueue()
{
while (IsConnected)
while (true)
{
m_queueEmptyEvent.WaitOne();
FireQueueEmpty(m_categories);