aws-c-mqtt
aws-c-mqtt copied to clipboard
Return code from SUBACK needs to be checked
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.