mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Quick test for Dahlia, returns Packet Processing Loop to Infinite Loop.
This commit is contained in:
@@ -664,7 +664,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
m_log.DebugFormat(
|
||||
"[CLIENT]: Entered main packet processing loop for {0} {1}", FirstName, LastName);
|
||||
|
||||
while (IsActive)
|
||||
while (true)
|
||||
{
|
||||
LLQueItem nextPacket = m_PacketHandler.PacketQueue.Dequeue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user