You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 15:16:33 +09:00
Sequence numbers now stored in dictionary per connection to enable sending the same message reliable ordered message to several connections
This commit is contained in:
@@ -113,6 +113,7 @@ namespace Lidgren.Network
|
||||
{
|
||||
m_bitLength = 0;
|
||||
m_readPosition = 0;
|
||||
m_status = NetIncomingMessageReleaseStatus.NotReleased;
|
||||
m_fragmentationInfo = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user