Multiple Browser Windows not Subscribing!

Hey everyone,

I’m currently having a bug in my app where if I open a second browser window authenticated to the same account one of my subscriptions doesn’t fire in the second window.

I’m publishing just the profile field of all meteor users to create an in building company management and contact directory. My other subscriptions work just fine with multiple windows open in the same browser but not Meteor.users collection for some strange reason.

It works in the second browser if i type "Meteor.subscribe(‘myPublication’) then I get all the results.

Any thoughts?

Sounds strange. Maybe you can provide a Meteorpad so that we can try?