Skip to content

Conversation

@makn3tiza
Copy link
Contributor

I found that the 'removed' event in Cursor.Observe() are not firing, I guess its because
Data.db[collection].findOne({$and:[{_id:newDocument._id}, cursor._selector]}) returns null for deleted documents, maybe you can find a better solution than mine, thank you.

makn3tiza and others added 2 commits August 28, 2020 12:10
I found that the 'removed' event in Cursor.Observe() are not firing, I guess its because 
`Data.db[collection].findOne({$and:[{_id:newDocument._id}, cursor._selector]})` returns null for deleted documents, maybe you can find a better solution than mine, thank you.
@TheRealNate TheRealNate merged commit 446d752 into meteorrn:master Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants