awslabs / aws-c-mqtt

C99 implementation of the MQTT 3.1.1 specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return code from SUBACK needs to be checked

TingDaoK opened this issue · comments

The only return code we check is the one from CONACK. All the others will be ignored, and treated as a valid ACK package. We will fix it someday, but not recently. So, posted this issue for reference.

Still need to propagate the fix properly to the v2 iot-device-sdks

Propogated.