aws / aws-iot-device-sdk-cpp

SDK for connecting to AWS IoT from a device using C++
http://aws-iot-device-sdk-cpp-docs.s3-website-us-east-1.amazonaws.com
Apache License 2.0
122 stars 111 forks source link

Fix shadow delta callback handler #124

Closed shekharhimanshu closed 5 years ago

shekharhimanshu commented 6 years ago

Fixes a bug where shadow client will not call the configured delta callback handler. It instead calls Update callback.

Description of changes:

Actual:

Expectation:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

shekharhimanshu commented 5 years ago

Any update on this?