Is MqttClient thread-safe? #127
Replies: 1 comment
|
I saw |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is calling different methods of MqttClient thread-safe? Or do I need to use a
Mutexfor calling methods (e.g. publishing from different thread on single instance of MQttClient)?All reactions