Page 1 of 1

Socket timeout in HTTP request

Posted: 25 Aug 2013 19:34
by josef.kyrian
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!

Re: Socket timeout in HTTP request

Posted: 13 Sep 2013 05:38
by standalonescript
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

Re: Socket timeout in HTTP request

Posted: 13 Sep 2013 09:23
by Martin
There will be a new timeout option available in the next version (currently in EAP).

Regards,
Martin