From a94a43d24947e8fc4f9ba7a00267fbebdfb91990 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Thu, 18 Jul 2013 00:50:16 +0100 Subject: [PATCH] Revert "Properly remove the hack queue update thread when the voewr shuts down" This reverts commit 7c544c0d4e4eab827f69acd90f47d593153117d6. --- OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs index 60bdcb9e34..daed99a41f 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs @@ -223,7 +223,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP private void ActOnEmptyQueue() { - while (IsConnected) + while (true) { m_queueEmptyEvent.WaitOne(); FireQueueEmpty(m_categories);