oortcloud / node-ddp-client

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

How to Stop Subscription? #76

Closed msolters closed 8 years ago

msolters commented 8 years ago

Given a collection, suppose that there exist some finite set of subscriptions with different parameters over that collection.

Now, if I want to remove a particular subscription, how can that be accomplished using this package's syntax?

Is there any kind of stop/remove subscription method?

msolters commented 8 years ago

Sorry for wasting your time! https://github.com/oortcloud/node-ddp-client/blob/master/lib/ddp-client.js#L492