Hello Everyone,
Ok, I got a weird one here. This works (how I think is right) on my dev machine but not on my staging machine. Basically here it goes:
I logged into the site with me@example.com/1 and subscribe to the pubsub node /mynode for me@example.com/1, I leave the site and my session goes idle (there is no disconnect).
I go back to the site and I have a new resource me@example.com/2 and I subscribe to the pubsub node /mynode for me@example.com/2. But now I am receiving messages from that node for both me@example.com/1 and me@example.com/2. That doesn't sound like it is right. Am I missing something in the spec or a setting?
Thanks!
Jeff