reconnect method
inherited
Breaks up pending connections and restarts them.
Implementation
void reconnect() {
supervisor.notify(NetworkIsDownEvent());
}
Breaks up pending connections and restarts them.
void reconnect() {
supervisor.notify(NetworkIsDownEvent());
}