reconnect method

void reconnect()
inherited

Breaks up pending connections and restarts them.

Implementation

void reconnect() {
  supervisor.notify(NetworkIsDownEvent());
}