Hi,
I have an inject node and a node-gen node (calling an API with a return delay of arround 10 seconds) outputting to an debug node.
When I click twice on inject the response occoures in the order:
a) First Inject Click
b) Second Inject Click (one second later)
c) After 10 seconds: Return first click
d) After ANOTHER 10 seconds: Return second click.
For me d) is unexepected, as I thought the REST API-Call is an aync topic, so I thought second inject message should appear only 1 second later than the first one.
Do you know whats the reason and if there is a way to change that behaviour?
Thank you very much