leonardoventurini / meteor-devtools-evolved

The Meteor framework development tool belt, evolved.
MIT License
173 stars 10 forks source link

Would it be possible to add DDP connections? #10

Open jankapunkt opened 4 years ago

jankapunkt commented 4 years ago

While this tool works great with connections to the server (Meteor.connection) it does not automatically list subscriptions from DDP connections to other servers.

I am not 100% sure if there is a builtin global that exposes all curerent DDP connections but if this exists it wouldn't be that hard to add them to expose their data, too. What do you think?

leonardoventurini commented 4 years ago

Yes, if it exists then it wouldn't be hard, no.