Imroy / pubsubclient

A client library for the ESP8266 that provides support for MQTT
MIT License
433 stars 115 forks source link

Recieved string different from sent string #54

Closed mikehole closed 8 years ago

mikehole commented 8 years ago

Hi,

I have connected to the Azure IoT hub MQTT service and subscribed to events as described in the following article:

https://azure.microsoft.com/en-gb/documentation/articles/iot-hub-mqtt-support/

Publishing works fine but when messages are sent from azure they are received ok but the contents do not resemble what has been posted see this Screen Capture

As you can see the content length is correct but the content itself does not match the outgoing messages. Also the content of the array is the same no matter the contents of the message.

Any ideas what could be wrong here?

mikehole commented 8 years ago

This was resolved here: https://github.com/Azure/azure-iot-sdks/issues/393