Popping in to join the *http post action running only once*
I noticed after creating the action (before saving macro) I can test the action many times and it works flawlessly and consecutively. It is only after saving the macro that the action seems to only work one time. To repair the action I had to re-create it.
It seems like a resource lock, like if we used a local library and did not release the resource or something, because note - not even http response debug etc functions after the action has errored.
If it uses curl, for example, curl is not asynchronous like competitors such as aiohttp.. It seems to me the first iteration runs but something is not released, so in trying to run action again - the required libraries are still bound up by the previous iteration..
This my best guess anyway.
Will be very excited to see fixes for this
