onReconnect method

void onReconnect()

Signal that the transport was re-established; the next tick replays the unacked outbox suffix and re-advertises our receiver cursor.

Implementation

void onReconnect() {
  _replayPending = true;
  _ackOwed = true;
  _stalledSince = null;
}