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] Unable to stream Telemetry Events #477

Closed themegaphoenix closed 2 years ago

themegaphoenix commented 3 years ago

Describe the bug Events are not being streamed and shown in the Telemetry tab. Works fine on 0.14.5

To Reproduce Steps to reproduce the behavior:

  1. Clone https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-device/samples/pnp
  2. Start it up and send telemetry events
  3. Go to the Devices and then Telemetry and start streaming

Expected behavior Events show up

Desktop (please complete the following information):

Additional context Works fine on 0.14.5

YingXue commented 3 years ago

Hi @themegaphoenix Thank you very much for reporting the issue! We will release a new version to address the issue. Meanwhile, please fall back to the old version. Sorry for the inconvinience.

YingXue commented 2 years ago

Fixed in release 0.14.7

smanni-et commented 2 years ago

Fixed in release 0.14.7

@YingXue the bug is still there in 0.14.7 as reported also in #481

Rollback to 0.14.5 or previous is the only way to have the telemetry stream working.