I ran into an odd issue today regarding pubsub-2 again. In my modules where I'm using pubsub-2, everything is working great. The problems comes in my modules that aren't using pubsub-2, they will no longer load in canvas, and won't reload when coming back to home view. After doing a little digging I saw there was a failed network connection (using Chrome's developer tools) when the gadget tried to load in canvas mode. It was the Ifr request to /gadgets to load the gadget.xml file. What seemed odd was in looking at the request url it included a #rpcToken element even though that gadget didn't declare pubsub-2 in it's requirements. As soon as I added in the pubsub-2 feature it all worked great. The gadget doesn't use pubsub-2 anywhere in it's definition or js. This happened on two gadgets and adding in the feature solved it on both so it wasn't isolated to a single gadget.
BTW - I am currently running Rave .12-SNAPSHOT against Shindig 2.5.0-SNAPSHOT with Erin's pubsub-2 patch. I realize this puts me in "unknown" territory a bit but I thought I'd ask anyway. Any thoughts? Chris
