linuxha / node-red-contrib-mytimeout

A dynamic count down timer for node-red
MIT License
10 stars 10 forks source link

stop or cancel not working #3

Closed totomaze closed 5 years ago

totomaze commented 6 years ago

Version node-red-contrib-mytimeout@1.0.15 When I send the following payload when a timer is already started , the countdown freeze and does not send a cancel payload { "payload": "cancel" }

Also your documentation is wrong its 'timer' instead of 'timeoute'

Thanks for your job

linuxha commented 6 years ago

I'm aware of the issue with the freeze, I am working on it. I have a rewrite and a few of the features are not quite there yet.

The bug fix will have a few more fixes but it will be using timeout not timer. That's just the direction I went.

linuxha commented 6 years ago

I've updated the git repo and I see the npm publish on https://www.npmjs.com/package/node-red-contrib-mytimeout but I can't find the update on https://flows.nodered.org/. There, it still shows up as 1.0.15. I'm working to resolve this in the discord.

linuxha commented 6 years ago

I received help from the node-red folks on Discourse. The code now sits at 2.1.0. Please give it try.

linuxha commented 5 years ago

I believe that this issue has been fixed. Since I've not seen an update since July 9th I'm assuming that the current issue is resolved. If this issue reappears, reopen the issue of open a new issue and I'll work to resolve it then. Thanks