aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-11-20 13:36:34 +0000
committerUbitUmarov2016-11-20 13:36:34 +0000
commitf1958e9f71f5ba9b8ca088f23df68336a3c7b43c (patch)
tree2501c6e0f96672d9332efe2d964a47d03664fa95 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentHG add a small delay before start sending region data (diff)
downloadopensim-SC-f1958e9f71f5ba9b8ca088f23df68336a3c7b43c.zip
opensim-SC-f1958e9f71f5ba9b8ca088f23df68336a3c7b43c.tar.gz
opensim-SC-f1958e9f71f5ba9b8ca088f23df68336a3c7b43c.tar.bz2
opensim-SC-f1958e9f71f5ba9b8ca088f23df68336a3c7b43c.tar.xz
revert more object references removal on clients close because 2 many code paths don't have proper abort
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 5879e56..65a341e 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -606,11 +606,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
606 //m_scene.CloseAllAgents(CircuitCode); 606 //m_scene.CloseAllAgents(CircuitCode);
607 607
608 // Disable UDP handling for this client 608 // Disable UDP handling for this client
609 m_udpClient.Shutdown();
610
611 m_udpClient.OnQueueEmpty -= HandleQueueEmpty; 609 m_udpClient.OnQueueEmpty -= HandleQueueEmpty;
612 m_udpClient.HasUpdates -= HandleHasUpdates; 610 m_udpClient.HasUpdates -= HandleHasUpdates;
613 m_udpClient.OnPacketStats -= PopulateStats; 611 m_udpClient.OnPacketStats -= PopulateStats;
612 m_udpClient.Shutdown();
614 613
615 // Shutdown the image manager 614 // Shutdown the image manager
616 ImageManager.Close(); 615 ImageManager.Close();