我正在尝试编写一个小应用程序来模拟许多设备通过MQTT协议连接和发送消息到物联网集线器,使用azure物联网设备-设备-客户端sdk版本: 1.3.31。最终,这将是多线程,它将有数千个模拟设备同时连接。这在设备客户端sdk看来是不可能的。设备sdk可以这样使用吗?IotHubClientProtocol protocol = IotHubClientProtocol.MQTT;
List<String> conns = new Arra
/ Unique MQTT client ID to identify each client that connects to the MQTT broker.HOST ::= "..."PORT ::= 8883TOPIC ::= "..."// Subscripe to a topic
client.subs