Question
Where do I set URLRequestDefaults.idleTimeout in air client?
My air client sends long running request to server, but the air client times out. I need to increase this time out, but in which class do I need to set URLRequestDefaults.idleTimeout? Any class is ok or should be set in a certain class?
