aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP
diff options
context:
space:
mode:
authorMelanie2010-11-05 14:27:14 +0100
committerMelanie2010-11-05 14:27:14 +0100
commitf985775962ae8da0010cc5ef5f903a53b550f5d2 (patch)
tree53c9233ad397080143f9e2087fdfb7b79e67e5b5 /OpenSim/Client/MXP
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC-f985775962ae8da0010cc5ef5f903a53b550f5d2.zip
opensim-SC-f985775962ae8da0010cc5ef5f903a53b550f5d2.tar.gz
opensim-SC-f985775962ae8da0010cc5ef5f903a53b550f5d2.tar.bz2
opensim-SC-f985775962ae8da0010cc5ef5f903a53b550f5d2.tar.xz
Revert "Fix for hanging on "Connecting to region".. caused by packets being processed before the presence has bound to receive events. Fixed this by adding packets to a queue and then processing them when the presence is ready."
This reverts commit 91b1d17e5bd3ff6ed006744bc529b53a67af1a64. Conflicts: OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs
Diffstat (limited to 'OpenSim/Client/MXP')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index a720db4..06110c3 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -820,10 +820,6 @@ namespace OpenSim.Client.MXP.ClientStack
820 //throw new System.NotImplementedException(); 820 //throw new System.NotImplementedException();
821 } 821 }
822 822
823 public void ProcessPendingPackets()
824 {
825 }
826
827 public void ProcessInPacket(Packet NewPack) 823 public void ProcessInPacket(Packet NewPack)
828 { 824 {
829 //throw new System.NotImplementedException(); 825 //throw new System.NotImplementedException();