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
224 stars 73 forks source link

Ying/update event hub sdk #463

Closed YingXue closed 3 years ago

YingXue commented 3 years ago

Update event hub sdk version to get rid of security vulnerablitiy While doing so, we discovered that the signuare of the SDK introduced quite a few breaking changes.

Side Note: since we are using IPC in electron and the legacy node in hosted (developer experience) you will see identitcal code in two places, serverBase and the eventHandler.

General Guidelines