Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
223 stars 74 forks source link

[BUG] Error when reading telemetry events #533

Closed ddobric closed 2 years ago

ddobric commented 2 years ago

The receiving of telemetry events does not work.

To Reproduce

  1. Install the latest version of IoT Explorer
  2. Select any Device
  3. Start listening

Expected behavior Receiving starts

Desktop:

image

YingXue commented 2 years ago

Hi @ddobric do you mind take a look at this issue's response, and let us know if you are experiencing intermittent connection issue with your hub: #526

ddobric commented 2 years ago

Thanks for the quick response @YingXue. In the meantime, I have changed my physical location. Having the still same issue. Btw., I also have devices which send events to the IoT hub. Events are definitely in there.

YingXue commented 2 years ago

Hi @ddobric We did notice an issue with our event hub SDK dependency and rolled out a new version with the fix. Would you mind give it a try and see if it's still happening.

YingXue commented 2 years ago

Closing the issue due to no further replies.

ddobric commented 1 year ago

Thanks @YingXue . It works now with the new version.