Hi,
I'm trying to do a node like "http request", i used the source of this node as inspiration,
but when i do a request that the remote address takes some time to respond or don't respond at all, my node-red gets stuck.
The "http request" node doesn't do that.
I tried with the library "Got" with the same result.
It is only a convenience for testing Dave. I wouldn't do that on a live system. Ultimately, it will all get written into a custom node of course, this is just a quick and easy way to get started.
It would, of course, be nice if the setup tab allowed you do set a variable that the main tab could consume. Sorry, didn't explain that well. I mean that a const x = "something which would mean that you could also create a function at startup that the function node could then use.