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