Closed isaiahdahl closed 4 weeks ago
Is this expected behavior that arrays wouldn't fire that replication push handler?
No. All changes should fire the push handler.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon. Please update it or it may be closed to keep our repository organized. The best way is to add some more information or make a pull request with a test case. Also you might get help in fixing it at the RxDB Community Chat If you know you will continue working on this, just write any message to the issue (like "ping") to remove the stale tag.
Issues are autoclosed after some time. If you still have a problem, make a PR with a test case or to prove that you have tried to fix the problem.
Having an issue working with the replication primitives and making changes to array type properties. I have a schema like this:
When I make changes to the "items" or "teams" using a "query".modify() the documents don't end up firing through the push handler, but I can see that the document has changed when I inspect the database.
Example snippet of what that looks like in my codebase:
Is this expected behavior that arrays wouldn't fire that replication push handler?
Before I go and try and create a test case I'd like to know if this is like a known behaviour.