You've already forked lidgren-network-gen3
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user