microsoft / vscode-azure-iot-toolkit

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

When monitoring C2D messages in VS Code, D2C messages fail to send #337

Open drwill-ms opened 5 years ago

drwill-ms commented 5 years ago
  1. Obtain an MxChip and run the Get Started tutorial at http://aka.ms/mxchip.
  2. Confirm from the device UI that messages are being sent (e.g. 4/4).
  3. In VS Code, right-click on your device and select "Start Monitoring C2D Message".
  4. Examine the device screen to see that message attempts increase, but successful message counts do not change (e.g. 22/29).

Result D2C messages fail to send while monitoring C2D messages. The user has no expectation that D2C will stop working and it either should not break D2C or, if it cannot be avoided, a warning should be shown about the functionality loss while monitoring.

Grammar note: the command text should probably be "Start Monitoring C2D Messages" (plural) because it does not stop monitoring after just 1 message.

Also tracked at Bug 4876947: When monitoring C2D messages in VS Code, D2C messages fail to send.

formulahendry commented 5 years ago

Some updates for this issue:

formulahendry commented 4 years ago

Update status:

formulahendry commented 4 years ago

Hi @drwill-ms , do you have any more comment or suggestion on this issue?