Table of Contents

Method RepostUnacknowledgedCheckpointRequests

Namespace
PowerSync.Common.Client.Sync.Stream
Assembly
PowerSync.Common.dll

RepostUnacknowledgedCheckpointRequests(CancellationToken, PowerSyncConnectionOptions)

Periodically re-posts the current checkpoint request while the service has not applied it yet.

The service is allowed to forget checkpoint requests, and re-posting an id it has already seen is a cheap no-op, so this doubles as a catch-all for requests lost to network failures.

protected Task RepostUnacknowledgedCheckpointRequests(CancellationToken signal, PowerSyncConnectionOptions options)

Parameters

signal CancellationToken
options PowerSyncConnectionOptions

Returns

Task