Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Unusable token with aynchronous library (MQTTAsync) ?

Hi Nicolaus,

no, the token in MQTTAsync_responseOptions is not used. That seems to be a leftover from an previous design, which needs to be removed or documented as unused. The token which you can use to refer to a request is returned in the MQTTAsync_successData structure as a parameter to the MQTTAsync_onSuccess callback.

Ian

On 07/17/2014 04:07 PM, Nicolas GAUTHIER wrote:
Hello

I'm using the asynchronous library of Paho and have an issue to check sended message with tokens. As I see, token specified in MQTTAsync_responseOptions struct is not used by the library.
Do I miss something ?

Thank you.
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Committer on Paho, Mosquitto



Back to the top