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

NetConnection.Status added - reflects the "message consumed" status for consistency. Encryption work in progress.

This commit is contained in:
lidgren
2010-05-08 20:02:13 +00:00
parent 9099ff30c5
commit 25af67f958
7 changed files with 132 additions and 10 deletions

View File

@@ -48,6 +48,11 @@ namespace Lidgren.Network
info.Write(reason);
m_owner.ReleaseMessage(info);
}
else
{
// app dont want those messages, update visible status immediately
m_visibleStatus = m_status;
}
}
private void SendConnect()