resetKeepAlive method

void resetKeepAlive()

Resets the keep-alive timer (postpones the next sending).

Implementation

void resetKeepAlive() {
  keepAliveTimer?.resetTick();
}