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

Websocket #580

Closed YingXue closed 2 years ago

YingXue commented 2 years 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 2 years ago

562 #573 #561