Closed rodneyosodo closed 1 year ago
Why is this never used ?
I can't answer that - it's been in the library since 2014 and as far as I can see it was not used even back then.
When I try to read packtes I don't get the ClientIdentifier sometimes i.e
This relates to your broker (it has nothing to do with what you are using to publish the message). The client identifier used when you connect to publish a message (i.e. using mosquitto_sub
) is never sent to other clients (i.e. this library).
This question would be more suited to stackoverflow or a similar site (this section is for reporting issues - please see the readme for what can be reported and what info you need to provide).
Closing this off as I don't believe any action is needed.
ClientIdentifier
sometimes i.emosquitto_pub
using v3 and not specifying-i client_id
I am not able to get theClientIdentifier
mosquitto_pub
using v3 with specifying the client id I am able to get theClientIdentifier
mosquitto_pub
using v5 it fails to decode theClientIdentifier