Hey,
I was testing around with MQTT Explorer 0.4.0 beta and a Bosch XDK110. As I printed the topic of a MQTT message, it included the payload and some other stuff in the RAM console until printf() got to a null terminator. If I send MQTT messages from a browser via MQTT.js implementation it doesn't occure and everything works fine. So I don't think it's a problem with the MQTTimplementation of the XDK110. Therefore I think neither the topic nor the payload string is null terminated.
Hey, I was testing around with MQTT Explorer 0.4.0 beta and a Bosch XDK110. As I printed the topic of a MQTT message, it included the payload and some other stuff in the RAM console until printf() got to a null terminator. If I send MQTT messages from a browser via MQTT.js implementation it doesn't occure and everything works fine. So I don't think it's a problem with the MQTTimplementation of the XDK110. Therefore I think neither the topic nor the payload string is null terminated.