damienpontifex / azure-iot-sdk-rs

A rust library for connecting devices to Microsoft Azure IoT Hub
MIT License
14 stars 11 forks source link

Direct method respond to hub #5

Closed damienpontifex closed 4 years ago

damienpontifex commented 4 years ago

When a direct method is invoked, the client needs to respond to the hub to indicate received and success. Currently no response is sent and so hub views it as error/timeout