Notification subscription works perfect, but the stats doesn't get updated reactively.. Only after reloading the page it shows actual numbers. When I explicitly execute Stream.notifications.findOne({ feedGroup: 'notification', feedId: Meteor.userId()}) in the console, after performing some action, the returned numbers aren't updated, but the notification itself is successfully received and displayed
Notification subscription works perfect, but the stats doesn't get updated reactively.. Only after reloading the page it shows actual numbers. When I explicitly execute
Stream.notifications.findOne({ feedGroup: 'notification', feedId: Meteor.userId()})in the console, after performing some action, the returned numbers aren't updated, but the notification itself is successfully received and displayed