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

Re-connection Problem

New Here ,
Aug 18, 2013 Aug 18, 2013

Hi Everyone,

I am working on the websocket server connection from flash. If the websocket server disconnected, then flash receives the disconnection and that are handled.

In Client-side disconnection such as internet disconnect and bandwidth low and as not reflected. If anyone having an idea about the client-side disconnetion as well as low bandwidth detection. Kindly share, it will be helpful to proceed further.

Thanks in advance

Saran

TOPICS
ActionScript
311
Translate
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
Community Beginner ,
Aug 19, 2013 Aug 19, 2013
LATEST

add timeout (20secs?) function to trigger errorHandler as well. (dont forget to clearTimeout the id as well)

Translate
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