eclipse / paho.mqtt.javascript

paho.mqtt.javascript
Other
1.14k stars 468 forks source link

unsubscribing separate topics when subscribed with wildcard #251

Open infantilo opened 1 year ago

infantilo commented 1 year ago

Hi, i've subscribed with wildcards to get a list of available topics. e.g. "project/lists/+/complete"

now want to unsibscribe "project/lists/1/complete"

As far is i found out, i need to unsibscribe "project/list/+/complete" and can't unsubscribe only "project/lists/1/complete".

Is there a way to subscribe with wildcrd but unubscribe a specific topiy only?

Thanks for advive.