In pubsub-router.js, subscription case, is there a way to access the subscription callback function that was registered using gadgets.pubsub.subscribe(channel, callback) ?
I'm trying to pass this callback function to a bridge to a different app, and the pubsub-router.js doesn't has any obvious handle of the callback function. Thanks! Han