eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

MQTTV5: Subscription options #30

Closed icraggs closed 7 years ago

icraggs commented 7 years ago

Provide subscription options primarily defined to allow for message bridge applications. These include an option to not send messages originating on this Client (noLocal), and options for handling retained messages on subscribe.

icraggs commented 7 years ago

Those words are from the spec. I think noLocal is useful for all sorts of applications, in fact it's probably the default desired behaviour.

icraggs commented 7 years ago

Done.