I would like to use some pub/sub features along with rpc from autobahn.twisted.wamp.Application
I'd prefer not to make a ApplicationSession class if I can get by without doing so.
Can registered rpc methods cause client subscriptions and publish? If they can, please show me how.