stfnhmplr / node-red-contrib-homee

access the homee api with node-red
37 stars 8 forks source link

State storage doesn't work with ioBroker and docker #11

Closed stfnhmplr closed 4 years ago

stfnhmplr commented 4 years ago

Node-RED emits the necessary close event only if the process is killed with SIGINT. ioBroker and Docker using SIGTERM so the close event is not emitted by Node-RED.

There's already a PR to expand the signals: https://github.com/node-red/node-red/pull/2447

You can use the following workarounds until the PR get's merged:

stfnhmplr commented 4 years ago

Fixed with Node-RED@1.1.0