-
Notifications
You must be signed in to change notification settings - Fork 8
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
Per-Subscription Callbacks #106
Comments
Hello @tmbull, thanks for contributing to the HiveMQ community! We will respond as soon as possible. |
Hi Tristan - this is a great feature request/needs to be added. Unfortunately I don't have an ETA yet - there are a couple other things I need to get out of the way first. I'll keep this issue open and update here once I have some news/progress.
This is a fair work-around but I agree that it's not ideal. |
Thanks for the quick reply @pglombardo! I will continue to monitor for progress. |
Hi @tmbull - Happy new year. I'm putting this together now. I'll should have a new release soon. |
Per subscriptions have been added in package v0.10.0. I've also added a bunch of documentation to hopefully help out. If you give this a try, let me know how it goes @tmbull! |
Since I haven't heard back I'll close this out. If you still have any issues/questions, please let me know! |
🚀 Feature Request
The feature I am requesting is essentially the
callback
feature in the HiveMQ Java Client. See example and Javadoc.🔈 Motivation
I am currently evaluating migrating some .NET Core apps from the M2MQTT library to this one after having successfully migrating a number of Java applications from the Paho Java library to the HiveMQ Java library. You are all probably aware of my motivations for using this library (MQTT5 support, async APIs, etc.)
The motivations for adding this feature are primarily:
🛰 Alternatives
My current alternative is to implement this logic in my client application. I create a wrapper around the
IHiveMQClient
library that manages subscriptions internally and calls the relevant callbacks as needed.📎 Additional context
Please let me know if any additional content is needed or if this feature already exists and I somehow missed it.
The text was updated successfully, but these errors were encountered: