kamilfb / mqtt-spy

Please use the new Eclipse Paho GitHub repo instead.
https://github.com/eclipse/paho.mqtt-spy/wiki
345 stars 68 forks source link

mqtt-spy-daemon encoding #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The daemon incorrectly interprets the encoding settings.

boolean encoded = MessageLogEnum.XML_WITH_ENCODED_PAYLOAD.equals(messageLog);

Rather than comparing the messageLog object, it should get value from it and 
then compare.

Original issue reported on code.google.com by kamil.ba...@gmail.com on 25 Nov 2014 at 1:08

GoogleCodeExporter commented 9 years ago
Fixed. To be available in 0.0.4.

Original comment by kamil.ba...@gmail.com on 26 Nov 2014 at 10:38