reset method

void reset()

Reset the scheduled timeout for this push.

Implementation

void reset() {
  cancelTimeout();
  _received = null;
  _resetRef();
  _sent = false;
}