oortcloud / node-ddp-client

A callback style DDP (Meteor's Distributed Data Protocol) node client.
Other
263 stars 80 forks source link

Call observer handlers even if maintainCollections is false #81

Open sergeyt opened 8 years ago

sergeyt commented 8 years ago

This allows app to observe events without keeping them in memory.


This change is Reviewable