clear method

void clear()

Clears all pending acknowledgments

Implementation

void clear() {
  _pendingAcks.clear();
  _subscriptionAcks.clear();
}