actionscript 3 - Application unresponsive to network messages (idle?) -
i have 2 applications, 1 running on ios , other on desktop. communicate between each other using netconnection (rtmfp). strange thing desktop application when non-active (in background) stalls communication. example on ios have button , when clicked sends message containing url. desktop app responds navigatetourl request. works fine when don't actively use desktop app not respond unless move mouse ... url opens in new tab in chrome. tried setting:
nativeapplication.executeinbackground = true; nativeapplication.idlethreshold = 86400; nativeapplication.systemidlemode = systemidlemode.keep_awake;
in desktop application's preinitialize handler not solve issue. have idea cause , how can fixed?
issue found , solved. app nap culprit, see http://apache-flex-users.2333346.n4.nabble.com/application-in-background-throttle-issues-td11976.html#a11978 details
Comments
Post a Comment