Duplication between .on("data") and .on("changed")
This is not a Bug Report, Feature Request, or related to Documentation
- [x] I have searched the existing issues
Is there an existing issue for this?
- [x] I have searched the existing issues
What's up?
Hello. Hope you are doing well. I have noticed that when reorg has happened "changed" and "data" callbacks are invoked with duplicated data and the only difference is in the "removed" property: "data -> removed: false", "changed -> removed: true".
So I was wondering if this is intentional.
P.S: In the end, I am getting back 3x data: 2x in "data" callback and 1x in "changed"
Examples/References
No response
Hey @NikoKodzhabashev Thanks for reaching out! Could you please provide an example of this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.