mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* refactor: Split BeginRecieve() into BeginReceive() and BeginRobustReceive()
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
|
||||
{
|
||||
ChunkSenderTuple tuple = m_chunksToLoad.Dequeue();
|
||||
reusedEpSender = tuple.Sender;
|
||||
ResetServerEndPoint(new SocketException());
|
||||
throw new SocketException();
|
||||
ReceiveData(null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user