* refactor: Split BeginRecieve() into BeginReceive() and BeginRobustReceive()

This commit is contained in:
Justin Clarke Casey
2008-11-06 20:10:39 +00:00
parent 5a852321e0
commit d31d02c373
2 changed files with 19 additions and 11 deletions

View File

@@ -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);
}
}