Closed sandervandevelde closed 2 years ago
https://github.com/Azure/azure-iot-explorer/releases/tag/v0.15.1 has addressed the issue. The format may still not be exactly the same, but we are surfacing directly from the APIs calls from the service, and will consider this issue as properly addressed. Please let us know if anything is needed, and we can reopen the issue anytime.
when I receive a cloud message from this tool in a device using MQTT only (as explained here) the response differs from a comparable request in the Azure portal:
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect this MQTT topic to be on par with the Azure portal behavior.
Additional context
The github repo of an MQTT client is found here: https://github.com/sandervandevelde/NonSDKAzureIoTClient A blog explains the full IoT Hub support: https://sandervandevelde.wordpress.com/2022/08/12/exploring-full-azure-iot-hub-device-support-using-mqtts-only/