Mixmax check current active connections

Hi!

Using the great https://github.com/mixmaxhq/meteor-smart-disconnect/blob/master/README.md package, is there a way to check how many current active connections there are? (perhaps even with some metadata)

Thanks

Maybe this is something that can be done independent of Mixmax, have you tried Meteor.default_server.stream_server.all_sockets() as suggested here.

1 Like