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

"Stop" command for publication scripts doesn't work when "repeat" is selected #64

Closed kamilfb closed 8 years ago

kamilfb commented 8 years ago

The "Stop" command for publication scripts doesn't work when "repeat" is selected. The script continues running, whereas it should be stopped regardless.

The workaround is to deselect "repeat" first.

kamilfb commented 8 years ago

Fixed by checking if a script should be re-run following a stop command.