Replies: 1 comment
-
Sounds a bit like you're receiving changes before the first |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When pulling changes from remote db via ElectricSQL I run into issues with race conditions when pushing to
changes.modifed
in the remote listener on SyncManager.This issues appears to be that
lastSnapshot
is undefined in thesyncWithData
function. A workaround is to usereplica: 'full'
with ElectricSql or not use the validation event, similar/related to #1622.Beta Was this translation helpful? Give feedback.
All reactions