Some data disappears/reappears
See original GitHub issueHello, I had bugs since weeks when I use grounddb that I don’t have with default minimongo integrated in Meteor. I first taught it was Easysearch which was at the origin of the bug so I did create my own search engine after weeks waste trying to understand what was wrong with grounddb/Easy Search. Now I’m creating my own client search engine I have the same problem. I just understand why and it’s coming from ground:db http://i.imgur.com/OWr6RAl.png This is my grounded collection of Meteor.users and as you can see after localUser (ground version Meteor.users) is ready the data I subscribed too
Meteor.subscribe('userWorksheets');
Meteor.subscribe('billing');
(worksheets and billing) disappears and reappears in so a short moment that blaze drives crazy and my website partially stops working. I hope @raix or anyone could help me on that. Please note that I don’t have such problem with native collections and to be short I expect grounddb to be less unpredictable.
Issue Analytics
- State:
- Created 7 years ago
- Comments:24 (7 by maintainers)
Thanks Ill investigate, we should have the kernel working as it unblocks the ui
@NitroBAY try ground:db@2.0.0-rc.6