Skip to content

Instantly share code, notes, and snippets.

@markreid
Created December 1, 2015 23:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markreid/7d79846148673eaa435b to your computer and use it in GitHub Desktop.
Save markreid/7d79846148673eaa435b to your computer and use it in GitHub Desktop.
meteor show active subscriptions
// 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