I'm trying to design an app based on the opensocial API and I'm uncertain of how the pubsub apparatus will work. This appears to be analogous to a unix pipe, or perhaps an rss feed.
Is a channel persistent across browsers / computers? That is, can I subscribe to channel "x" on browser A and publish to "x" on browser B, and have this data be read in browser A? If not, is there a convenient opensocial method of accomplishing the same thing?
Also: if one gadget subscribes to a channel after data is published, can that data still be read?