-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to unsubscribe from multiple topics at once #199
Comments
Yeah, MQTT topic filters are a very important feature, look at the source implementation, it doesn't seem to do this specifically, right? |
@ctron would you like to contribute? |
I could draft up a PR. However I am not sure I can find the time to follow up on this to get it merged. I think this should come from the project. |
Hi @vietj i would like to contribute. Let me know what is the process. |
MqttClientImpl Class. @OverRide
} Changed the corresponding other classes also. Tested the same with sample server and client. |
Describe the feature
Currently there is an unsubscribe method, which only allows to unsubscribe from a single topic. However, with MQTT you can unsubscribe from multiple topic filters at the same time.
Use cases
Unsubscribe from multiple topics, in a single message.
The text was updated successfully, but these errors were encountered: