Created
December 1, 2015 23:22
-
-
Save markreid/7d79846148673eaa435b to your computer and use it in GitHub Desktop.
meteor show active subscriptions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://stackoverflow.com/questions/17221573/is-it-possible-to-view-all-active-subscriptions | |
var subs = Meteor.default_connection._subscriptions; //all the subscriptions that have been subscribed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment