MCPcopy Create free account
hub / github.com/CommE2E/comm / stopPing

Method stopPing

lib/socket/socket.react.js:748–753  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

746 }
747
748 stopPing() {
749 if (this.pingTimeoutID) {
750 clearTimeout(this.pingTimeoutID);
751 this.pingTimeoutID = null;
752 }
753 }
754
755 resetPing() {
756 this.stopPing();

Callers 5

closeSocketMethod · 0.95
forceCloseSocketMethod · 0.95
finishClosingSocketMethod · 0.95
SocketClass · 0.95
resetPingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected