ThingSet / thingset-device-library

ThingSet library for resource-constrained devices written in C/C++
https://thingset.io/thingset-device-library/
Apache License 2.0
14 stars 6 forks source link

Check callback before returning patch response #2

Closed JordanSilverman closed 3 years ago

JordanSilverman commented 3 years ago

This is a very subtle change. Previously, processing a binary patch command through thingset the response was returned before checking for the callback. This is now fixed.