jxtxzzw / vscode-azure-iot-toolkit

Azure IoT Hub Toolkit for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
Other
0 stars 0 forks source link

Progress bar not completed when 2 devices selected. #8

Closed adashen closed 5 years ago

adashen commented 5 years ago
  1. Select two devices in the web view
  2. 10 msg per device
  3. interval 1 second 4, dummy json
  4. submit

The progress dlg pops up and hang at 50% The output windows shows: [2:22:40 PM] Start sending messages from 2 device(s) to IoT Hub. [2:22:49 PM] All device(s) finished sending in 9.109 second(s).

adashen commented 5 years ago

Seems it will happen when the device id including some special char. For example my device is "test#"

jxtxzzw commented 5 years ago

Reproduced this problem, but I find the problem still exists even when I use the original send D2C Message. In the end, we find that this issue is caused by SDK, see azure-iot-sdk-node/issues/288