noisyboiler / wampy

Websocket RPC and Pub/Sub for Python applications and microservices
Mozilla Public License 2.0
127 stars 24 forks source link

Permit crossbar publishing options #42

Closed titilambert closed 7 years ago

titilambert commented 7 years ago

I need to use the "exclude_me=False" option when puslihing

noisyboiler commented 7 years ago

thanks @titilambert if you need this then it'll get included in wampy asap. I'd just like to fully understand this option first and make sure that something specific only to Crossbar is being included correctly. Thanks again for your contribution here and bringing this to my attention. Give me a day or so. Cheers

Note that the builds may be failing because of https://github.com/noisyboiler/wampy/issues/41 and not your code.

titilambert commented 7 years ago

@noisyboiler Thanks, in fact, the publish function has some options. The exlude_me option is explained here: https://crossbar.io/docs/Publisher-Exclusion/ You can see the details of publishOptions here: https://github.com/crossbario/autobahn-python/blob/ea4842090a03cf57c09eb0c34359cff4d3cc2b44/autobahn/wamp/types.py#L433

titilambert commented 7 years ago

@noisyboiler BTW, if you could merge and release it in the next month, it will be perfect ! Thanks !