gablau / node-red-contrib-blynk-ws

Old/Legacy Blynk library implementation for Node-RED using WebSockets
MIT License
31 stars 10 forks source link

change of URL in node-config is only picked up after reboot of node-red instance #29

Closed VanillaFord closed 2 years ago

VanillaFord commented 3 years ago

...just had an issue with the WS-API (see: https://github.com/blynkkk/blynk-server/issues/1390) Apparently the URL had changed from ws://........./websockets to ws://........./websocket (no trailing "s").

However, when trying that change of the URL, I noticed that this config change - although running a full deploy of all flows in NR - would only pick up after a restart of the NR instance (using the official NR Docker from Docker Hub, nodered/node-red:latest).

gablau commented 3 years ago

Hi, you are right. Thanks, I'll fix it at the next release.

Greetings

gablau commented 2 years ago

Fixed in 1.0.6 version