void onReconnected()

Source

void onReconnected() {
  if (_pendingSend) {
    _conn.sendWhenReady(this);
  }
}