You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
Added fix for delayed Approval
This commit is contained in:
@@ -35,6 +35,11 @@ namespace Lidgren.Network
|
||||
/// </summary>
|
||||
InitiatedConnect,
|
||||
|
||||
/// <summary>
|
||||
/// Connect was received and ApprovalMessage released to the application; awaiting Approve() or Deny()
|
||||
/// </summary>
|
||||
RespondedAwaitingApproval, // We got Connect, released ApprovalMessage
|
||||
|
||||
/// <summary>
|
||||
/// Connect was received and ConnectResponse has been sent; waiting for ConnectionEstablished
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user