-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inMemory collections don't sync up removals #754
Comments
This might be related to #761 |
Ok this was a hard one :) First problem was that as described in #761 Also there was a bug in the query-change-detection which is fixed now. Because |
Amazing work, Daniel! |
@pubkey If a document is deleted remotely and syncs to the local database with the data deleted (as with the old behaviour of In other words, if a deleted document used to match the query and now doesn't match the query (because it doesn't have any of the matching properties), will the query subscriber still be called? |
Case
Bug; inMemory collections don't sync up the removal of documents.
Issue
When a doc is removed on an inMemory, it is still present in its original collection, and also vice versa.
Info
Code
The text was updated successfully, but these errors were encountered: