kadirahq / subs-manager

Subscriptions Manager for Meteor
MIT License
358 stars 36 forks source link

Unsubscribe a certain subscription #66

Open haizi-zh opened 8 years ago

haizi-zh commented 8 years ago

At default, SubsManager caches all subscriptions in _cacheList and _cacheMap. It seems that there're only three ways to unsubscribe them:

However, I think sometimes it might be convenience if one can selectively unsubscribe a certain subscription. Here are some relative issues:

I've made several modifications:

Hope this can help.

vladholubiev commented 8 years ago

@arunoda any thoughts on this?

javascriptlove commented 7 years ago

@arunoda bump?