getConnectionRetryCount method

int getConnectionRetryCount()

Returns the current connection retry counter This shows how many reconnection attempts have been made

Implementation

int getConnectionRetryCount() {
  return _connectRetryCounter;
}