reconnect method

void reconnect()

Implementation

void reconnect() {
  retryCount = 0;
  connect();
}