You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-19 00:26:30 +09:00
- Fixed bug with fragmentation leading to increased memory usage
This commit is contained in:
@@ -143,6 +143,7 @@ namespace Lidgren.Network
|
|||||||
im.m_isFragment = false;
|
im.m_isFragment = false;
|
||||||
|
|
||||||
LogVerbose("Fragment group #" + group + " fully received in " + totalNumChunks + " chunks (" + totalBits + " bits)");
|
LogVerbose("Fragment group #" + group + " fully received in " + totalNumChunks + " chunks (" + totalBits + " bits)");
|
||||||
|
groups.Remove(group);
|
||||||
|
|
||||||
ReleaseMessage(im);
|
ReleaseMessage(im);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user