Frank Wöckener
Frank Wöckener
+1 an upgrade would be great!
As an aside: were using jugg2 in our new project in connection with a rails3 instance. Every user gets a private "channel-token" for every session that is governed by the...
Hi snleson, > do you never have two users listening to the same channel then? > yup, every user get his own "private" channel that is created new on each...
Aas the channel token is newly generated on every login, only the last opened window will get updates. We thought about this and decided that this is rather a feature...
Yes, it depends on the actual application I think. We produce a collaboration tool, were group members see other members as avatars and these users are hold in the browser...
@ryanb when I get it right, the private token in private_pub requires to be checked by the server - like e.g. the csrf-token in a rails form, right? The method...
@pselden4 afaik it's not possible to enforce a disconnection from within ruby - you would have to stop sending to that channel.