MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / stopPing

Method stopPing

packages/event-service/src/client.ts:396–401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394 };
395 }
396
397 /**
398 * Registers a handler that fires when the connection state may be stale:
399 * on every reconnect and on every detected sequence-number gap in server
400 * events. Consumers use this to refetch or invalidate caches that may
401 * have missed events while the socket was disconnected or out of sync.
402 *
403 * Returns an unsubscribe function. Calling it removes the handler.
404 */

Callers 3

connectOnceMethod · 0.95
disconnectMethod · 0.95
startPingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected