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 71 forks source link

Websocket #580

Closed YingXue closed 1 year ago

YingXue commented 1 year ago

ServerBase will create a websocket channel to push telemetry events to the client. Removed ipc channel's event hub implementation.

General Guidelines

YingXue commented 1 year ago

562 #573 #561