getConnectionRetryCount method
Returns the current connection retry counter This shows how many reconnection attempts have been made
Implementation
int getConnectionRetryCount() {
return _connectRetryCounter;
}
Returns the current connection retry counter This shows how many reconnection attempts have been made
int getConnectionRetryCount() {
return _connectRetryCounter;
}