Search code examples
pythonautobahn

Create a topic in an RPC handler


Is it possible to create a topic on-the-fly in a handler to a remote procedure call? It seems calling self.subscribe in the handler does nothing.


Solution

  • Yes, possible: