Azure / azure-iot-sdk-node

A Node.js SDK for connecting devices to Microsoft Azure IoT services
https://docs.microsoft.com/en-us/azure/iot-hub/
Other
261 stars 227 forks source link

fix(azure-iot-device): invalid body received on a device method in… #856

Closed anthonyvercolano closed 4 years ago

anthonyvercolano commented 4 years ago

…voke throws

If somehow an invalid body is pushed through on a device method invocation, the device client side will throw when it trys to json parse that body.