-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to share same client instance? #12
Comments
@MinChanSike Thank you for demonstrating this, I have now updated the functionality to correct this with V1.2.1. |
This is the output from my testing having added a further Subscription.
|
I believe that this is now resolved, please feel free to open this issue if there's anything I missed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Thanks for creating a great libraries.
I have question regarding MQTTnet.Rx.Client package to share same client connection for all message subscription and publishing.
I see multiple client connections connected to the server. How can be use to share same client instance?
Console Output1
If I try to use constant clientId in MqttClientOptionsBuilder
c.WithClientId("Client01");
Console Output2
The text was updated successfully, but these errors were encountered: