reconnect method

void reconnect()

Reconnect manually

Implementation

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