1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 02:11:06 +09:00

m_visibleStatus made internal

This commit is contained in:
lidgren
2010-07-26 10:33:06 +00:00
parent 494cc7acee
commit 7bcf2f6e0d
3 changed files with 5 additions and 6 deletions

View File

@@ -158,6 +158,9 @@ namespace Lidgren.Network
m_owner.LogVerbose("Finishing Disconnect(" + m_disconnectByeMessage + ")");
if (m_unsentMessages.Count > 0)
m_owner.LogDebug(m_unsentMessages.Count + " unsent messages were not sent before disconnected");
// release some held memory
m_unackedSends.Clear();
m_acknowledgesToSend.Clear();