hamsando / node-red-contrib-stoptimer-varidelay

Apache License 2.0
7 stars 2 forks source link

Entering a delay more than 596 hours causes the node to fail #5

Closed hamsando closed 3 years ago

hamsando commented 3 years ago

Entering a delay more than 596 hours results in the node immediately passing the message on output 1. https://community.hubitat.com/t/node-red-nodes-for-hubitat/34386/3539

hamsando commented 3 years ago

This is due to the setTimeout function which uses milliseconds as input and is a 32 bit int. Investigating how best to work around this limitation.

hamsando commented 3 years ago

Fixed and being tested before release.

hamsando commented 3 years ago

Fixed in 0.4.4