Skip to content

Two important bug fixes to 6.3.0

Compare
Choose a tag to compare
@aboodman aboodman released this 02 Jul 03:30
· 3 commits to main since this release

Fixes #422: This caused mutations executed during the rebase phase of sync to get passed undefined as their argument. The user-visible result depends on what the application does in those mutations, but whatever the result, it should only last until the mutation is confirmed server-side.

Fixes #421: If the very first push or pull failed, exponential backoff would not happen and Replicache would enter a tight loop fetching forever.