protected void ReconnectionTick() { if (++totalAttemptsCount <= attemptsToConnect) { TryConnect.Call(); } else { ExitInternal <DisconnectedState>(); } }
protected void ReconnectionTick() { TryConnect.Call(); }