MCPcopy
hub / github.com/slackapi/node-slack-sdk / clearPreviousPongTimer

Method clearPreviousPongTimer

packages/rtm-api/src/KeepAlive.ts:228–232  ·  view source on GitHub ↗

* Clears the pong timer if its set, otherwise this is a noop.

()

Source from the content-addressed store, hash-verified

226 * Clears the pong timer if its set, otherwise this is a noop.
227 */
228 private clearPreviousPongTimer(): void {
229 if (this.pongTimer !== undefined) {
230 clearTimeout(this.pongTimer);
231 }
232 }
233
234 /**
235 * Determines if a giving incoming event can be treated as an acknowledgement for the outstanding ping, and then

Callers 2

stopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected