This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC3220SF: mqtt publish ACK

Part Number: CC3220SF

Tool/software: Code Composer Studio

Hi,

i build mqtt client based on mqtt client example.

when i publish message im not get event MQTTCLIENT_OPERATION_EVT_PUBACK.

i get event of :

MQTTCLIENT_OPERATION_CONNACK

MQTTCLIENT_OPERATION_SUBACK

i set .blockingSend  = false

what im doing wrong?