1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

replaced regular critical section lock with ReaderWriterLockSlim

This commit is contained in:
lidgren
2013-05-01 13:31:23 +00:00
parent 772dceefcb
commit c5ca1879a0
2 changed files with 60 additions and 15 deletions

View File

@@ -73,6 +73,8 @@ namespace Lidgren.Network
private void HandleReleasedFragment(NetIncomingMessage im)
{
VerifyNetworkThread();
//
// read fragmentation header and combine fragments
//