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

Unable to subscribe to a topic in the GUI once it has been subscribed to using a script #93

Closed blakepercy closed 8 years ago

blakepercy commented 8 years ago

I am using the brilliant test automation feature of MQTT Spy but when I have subscribed to a topic within a test script then I am not able to subscribe to the same topic using the GUI:

Topic subscribed to in the script: mqttspy.subscribe("/UK/SIMSM/publication/model", 0);

Error reported by the GUI: spybug

kamilfb commented 8 years ago

Could you try the latest beta? http://tinyurl.com/mqtt-spy-download/mqtt-spy-0.6.0-beta-b52-jar-with-dependencies.jar

blakepercy commented 8 years ago

Tested against 0.6.0 beta 52 and verified as resolved.