A callback for publish method in Autobahn? -


i wonder why there no callback defined on publish method in autobahnjs? think useful client tries publish know whether publish call succeeded or not , react accordingly. wonder if other frameworks support pub/sub have such callback publishing.

how define "success" publish? depending on that, pubsub different. today, wamp pubsub best-effort service. wampv2 might other qos levels in addition.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -