reconnect method

void reconnect()

Implementation

void reconnect() {
  disconnect();
  connect();
}