MeteorToys / meteor-devtools

Insanely Handy Development Tools for Meteor
http://meteor.toys
Other
95 stars 7 forks source link

Monitor traffic on another DDP connect channel? #104

Closed brucejo75 closed 6 years ago

brucejo75 commented 7 years ago

Hi, I am loving MeteorToys.

But for my main project I want/need to monitor communications on a different channel other than the main one that Meteor opens up.

My app maintains the main connection to a server which serves up the accounts information. It also opens a 2nd connection to my main server for publish / subscribe and method operations.

Is there a way to point MeteorToys at this 2nd channel?

Thanks!

msavin commented 6 years ago

Unfortunately, this is not something that I could support in Meteor Toys right now. There should be some open source DDP monitoring libraries that you could repurpose for this need.