resetKeepAlive method
void
resetKeepAlive()
Resets the keep-alive timer (postpones the next sending).
Implementation
void resetKeepAlive() {
keepAliveTimer?.resetTick();
}
Resets the keep-alive timer (postpones the next sending).
void resetKeepAlive() {
keepAliveTimer?.resetTick();
}