Hi,
is it possible to add socket timeout option for action HTTP Request? It seems it's about 60s now, but I need infinite. I want to make flow for push notification (loop with http requests of never terminating waiting connections).
thanks!
Socket timeout in HTTP request
Moderator: Martin
-
- Posts: 18
- Joined: 13 Sep 2013 03:11
Re: Socket timeout in HTTP request
As a workaround, you can do the HTTP GET and follow that up with a conditional expression for status_code==-1 and loop it back to the HTTP GET.
I don't know how the http get is implemented but I don't know if an indefinite wait is feasible/desirable.
Josh
I don't know how the http get is implemented but I don't know if an indefinite wait is feasible/desirable.
Josh
Re: Socket timeout in HTTP request
There will be a new timeout option available in the next version (currently in EAP).
Regards,
Martin
Regards,
Martin