lcarli / NodeRedIoTHub

Fork from origin plus changes
Apache License 2.0
14 stars 24 forks source link

Selected protocol not being used #33

Closed jebreur closed 5 years ago

jebreur commented 5 years ago

I decided to check the data (with wireshark) sent from my device to azure iot hub and I noticed when I change the protocol it will always send AMQP messages. You can see the Application Data Protocol is AMQP meanwhile in node-red, the selected protocol was HTTP (same for MQTT).

HTTP node red Wireshark screenshot

I also decided to check if the azure sdk has the same issue, but it seems like that is working correctly.

MQTT SDK Wireshark screenshot

Does anyone know about this issue and know how to fix it?