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: Shared subscriptions #22

Open icraggs opened 7 years ago

icraggs commented 7 years ago

Add shared subscription support allowing for load balanced consumers of a subscription

icraggs commented 6 years ago

First pass of shared subscriptions added. Some edge cases need to be tested - what happens when shared subs overlap with normal subs for instance.