kamilfb / mqtt-spy

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

Last Will data length inconsistency #118

Closed DavidAntliff closed 6 years ago

DavidAntliff commented 7 years ago

mqtt-spy v1.0.0 on macOS Sierra.

If I set the Last Will data for a Connecting in the Connection List to be, say, "88" (Plain) then it shows "Data (0B)". If I set it to "888" then it changes suddenly to "Data (3B)". If I then delete one "8", back to "88", then it shows "Data (2B)".

It should probably show "Data (2B)" in the first instance.

I have a saved Connection that has "88" in the Data field but shows "Data (0B)" when loaded fresh (by selecting it in the Connection List).

kamilfb commented 6 years ago

This repo has been archived. Could you raise this in https://github.com/eclipse/paho.mqtt-spy?

DavidAntliff commented 6 years ago

Done: https://github.com/eclipse/paho.mqtt-spy/issues/41