MCPcopy Create free account
hub / github.com/apitable/apitable / clearSendingWatcher

Method clearSendingWatcher

packages/core/src/sync/room.ts:480–482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

478 }
479
480 private clearSendingWatcher() {
481 clearInterval(this.sendingWatcherTimer);
482 }
483
484 // Force data to be sent to the server to avoid data jamming and not sending due to process problems.
485 // As long as a persistent connection exists, data will be sent.

Callers 2

leaveRoomMethod · 0.95
setSendingWatcherMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected