I have a flow with a http request
node in it, which makes POST
calls to a web service.
Everything works ok, but if the device where Node-Red is running loses connection to Internet (it is connected through LTE), the node keeps stuck in requesting state, instead of returning an error.
Is this the normal behaviour? Could I solve it by setting a timeout? How could it be done?
Updating Node-RED to latest version resolved the issue. Now I get an error as I would expect, and Node-RED does not hang.
I have updated from version v0.19.5 to v 1.0.3.