Is there any possibility to create a topic by the client/channel, which may be separate from the IWampHost? (so no access to TopicContainer's method CreateTopicByUri?
If not, is there an option of adding this feature?
I would like to have separate instance/service of the web app as a WAMP router, and then clients which would be able to create topics on which I am trying to publish something.
I could do this on my own, like creating specified endpoint to add a topic, but I am thinking of some more solid solution within a library itself.