You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 23:26:32 +09:00
Rev397-400 on google code; fixes to recycling and minor tweak to heartbeat calling when a disconnection occurs
This commit is contained in:
@@ -313,6 +313,8 @@ namespace Lidgren.Network
|
||||
m_sendBufferWritePtr = 0;
|
||||
m_sendBufferNumMessages = 0;
|
||||
}
|
||||
|
||||
Interlocked.Decrement(ref om.m_recyclingCount);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -367,7 +369,6 @@ namespace Lidgren.Network
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
switch (method)
|
||||
{
|
||||
case NetDeliveryMethod.Unreliable:
|
||||
|
||||
Reference in New Issue
Block a user