Skip to main content
Participant
September 29, 2014
Question

How to increase request time out for air client

  • September 29, 2014
  • 1 reply
  • 852 views

Hi all,

I have an application has both air and flash client.  It sends http request to server using URLLoader, but because of long server processing time, air client times out while flash client has no issue even using same server code. I think this is because browser has longer request time out. I am using air SDK 3.1. How do I increase the client time out? I searched Internet, but didn't find an answer.  Please check flex air httpservice stream error and timing out - Stack Overflow.

I would appreciate your help.

Thank you.

Jina

This topic has been closed for replies.

1 reply

Participant
December 5, 2020

I don't suppose you were ever able to solve this and could post what you did?

Participant
December 5, 2020

Never mind; this works now (apparently they fixed the bug which ignored it):

 

URLRequestDefaults.idleTimeout = 120000;