Hi,
I have a simple node flow that takes an HTTP POST in, does some stuff and then returns its results in the HTTP RESPONSE. To investigate this problem I have short-circuited the 'does some stuff' step, so basically it takes the POST request and sends a corresponding RESPONSE.
The problem: My client gets the HTTP RESPONSE fine, but also appears to get a timeout message?!? One of my clients is set to retry 9 times in the event of a failure and therefore gets the same response 9 times. Each POST through my node flow has a different message ID.
I am relatively new to NodeRed so I may be doing something obviously wrong, but given the simplicity of the flow I am struggling to see what.
Any help much appreciated
Thanks
Sean