crossbario / autobahn-js

WAMP in JavaScript for Browsers and NodeJS
http://crossbar.io/autobahn
MIT License
1.43k stars 228 forks source link

Need explaination on publish retain event parameter #328

Open geohuz opened 6 years ago

geohuz commented 6 years ago

Could somebody give me more information on this parameter. What does this parameter tells the router to do?

jamesremuscat commented 6 years ago

https://crossbar.io/docs/Retained-Events/ https://github.com/crossbario/crossbar-examples/tree/master/pubsub/retained

oberstet commented 6 years ago

@jamesremuscat thx for answering the OP!

needs docs in ABJS too, tough this feature is (to my knowledge) only implemented in Crossbar.io (no other WAMP router) ..

darkl commented 6 years ago

@oberstet it is implemented in WampSharp as well.

oberstet commented 6 years ago

@darkl thanks for pointing out! noted.