Socket timeout in HTTP request

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
josef.kyrian
Posts: 2
Joined: 25 Aug 2013 19:24

Socket timeout in HTTP request

Post by josef.kyrian » 25 Aug 2013 19:34

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!

standalonescript
Posts: 18
Joined: 13 Sep 2013 03:11

Re: Socket timeout in HTTP request

Post by standalonescript » 13 Sep 2013 05:38

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

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Socket timeout in HTTP request

Post by Martin » 13 Sep 2013 09:23

There will be a new timeout option available in the next version (currently in EAP).

Regards,
Martin

Locked