mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Reinsert 200ms sleep accidentally removed in commit 7dbc93c (Wed Sep 18 21:41:51 2013 +0100)
This commit is contained in:
@@ -1722,9 +1722,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
m_log.DebugFormat(
|
||||
"[LLUDPSERVER]: Received a CompleteMovementIntoRegion from {0} in {1} but no client exists. Waiting.",
|
||||
endPoint, m_scene.Name);
|
||||
|
||||
Thread.Sleep(200);
|
||||
}
|
||||
|
||||
Thread.Sleep(200);
|
||||
}
|
||||
|
||||
if (client == null)
|
||||
|
||||
Reference in New Issue
Block a user