ProfoundUI Mobile Client
Posted: Tue Apr 19, 2016 4:42 am
Hi
We encountered a problem using the mobile client with Android 5.0.2 in our DC. When communication is momentarily lost with one of the access points, the mobile app takes approx. 18 minutes to realise that it has lost communication. On a tablet with 4.4.4 the issue is not seen and we receive notification within seconds that communication has been lost. I suppose it could be the particular devices but given the issues with Lollipop I'd probably lean towards that being the issue.
In an attempt to circumvent the issue I've implemented a web worker (all very new to me!) process for true multi-threading that performs an ajax call into the system. I'm able to detect if it has fed nothing back within 3 seconds and provide direction to the screen that there is a comms issue, directing the user to try again. However, it doesn't seem to work within the mobile app but it does work within Chrome on the device.
I've been unable to find technical specs for the mobile app but should web workers work? And do you have any thoughts on the timeout of 18 minutes with Android 5.0.2?
Thanks for reading
Rob.
We encountered a problem using the mobile client with Android 5.0.2 in our DC. When communication is momentarily lost with one of the access points, the mobile app takes approx. 18 minutes to realise that it has lost communication. On a tablet with 4.4.4 the issue is not seen and we receive notification within seconds that communication has been lost. I suppose it could be the particular devices but given the issues with Lollipop I'd probably lean towards that being the issue.
In an attempt to circumvent the issue I've implemented a web worker (all very new to me!) process for true multi-threading that performs an ajax call into the system. I'm able to detect if it has fed nothing back within 3 seconds and provide direction to the screen that there is a comms issue, directing the user to try again. However, it doesn't seem to work within the mobile app but it does work within Chrome on the device.
I've been unable to find technical specs for the mobile app but should web workers work? And do you have any thoughts on the timeout of 18 minutes with Android 5.0.2?
Thanks for reading
Rob.