diff options
author | Justin Clark-Casey (justincc) | 2013-07-18 22:42:25 +0100 |
---|---|---|
committer | Diva Canto | 2013-07-21 08:57:36 -0700 |
commit | 3a476bf60ce6364f5fd562132625027b73606fea (patch) | |
tree | 7777a08ade66419219ecb04343ecc5a99bcf5962 /OpenSim/Region/ClientStack | |
parent | Delay the enqueueing of non-longpoll requests for 100ms. No need to have thes... (diff) | |
download | opensim-SC_OLD-3a476bf60ce6364f5fd562132625027b73606fea.zip opensim-SC_OLD-3a476bf60ce6364f5fd562132625027b73606fea.tar.gz opensim-SC_OLD-3a476bf60ce6364f5fd562132625027b73606fea.tar.bz2 opensim-SC_OLD-3a476bf60ce6364f5fd562132625027b73606fea.tar.xz |
Fix up a temporary debugging change from last commit which stopped "lludp stop out" from actually doing anything
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index e871ca2..a1085fa 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -1662,8 +1662,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1662 | // Action generic every round | 1662 | // Action generic every round |
1663 | Action<IClientAPI> clientPacketHandler = ClientOutgoingPacketHandler; | 1663 | Action<IClientAPI> clientPacketHandler = ClientOutgoingPacketHandler; |
1664 | 1664 | ||
1665 | while (true) | 1665 | while (base.IsRunningOutbound) |
1666 | // while (base.IsRunningOutbound) | ||
1667 | { | 1666 | { |
1668 | try | 1667 | try |
1669 | { | 1668 | { |