MCPcopy Create free account
hub / github.com/Noumena-Network/code / stopPingInterval

Method stopPingInterval

src/remote/SessionsWebSocket.ts:317–322  ·  view source on GitHub ↗

* Stop ping interval

()

Source from the content-addressed store, hash-verified

315 * Stop ping interval
316 */
317 private stopPingInterval(): void {
318 if (this.pingInterval) {
319 clearInterval(this.pingInterval)
320 this.pingInterval = null
321 }
322 }
323
324 /**
325 * Send a control response back to the session

Callers 3

handleCloseMethod · 0.95
startPingIntervalMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected