• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How to increase request time out for air client

New Here ,
Sep 29, 2014 Sep 29, 2014

Copy link to clipboard

Copied

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

TOPICS
FAQ

Views

776

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 05, 2020 Dec 05, 2020

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 05, 2020 Dec 05, 2020

Copy link to clipboard

Copied

LATEST

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

 

URLRequestDefaults.idleTimeout = 120000;

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines