Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.5.2f1
Issue ID
890784
Regression
No
[iOS] UnityWebRequest starts timing out with FuseSDK when app is returning from background
When FuseSDK is used in the project, after going to background a few times, UnityWebRequest begins timing out.
Steps to reproduce:
1) Open the attached project (OC).
2) Build for iOS.
3) Run on a device.
- FuseSDK begins logging status messages in the console.
4) Minimize the app.
5) Return to app.
- Return steps 4 - 5 until status messages are no longer logged in the console after returning to app (usually 6 - 10 times).
FuseSDK is continuously making WWW calls and logging connection status to Xcode's console. After going to background and back a few times, UnityWebRequest starts timing out - this is first indicated by the abundance of "Connection OK" GUI messages and followed by "Timed Out" messages after a few seconds.
Reproduced on:
2017.1.0a3, 5.6.0f1, 5.5.2p2, 5.4.5f1, 5.4.3f1, 5.4.1f1 (couldn't test 5.3 - no UnityWebRequest).
Tested on:
iPhone 7 iOS 10.3
iPod Touch iOS 10.2.1
iPad Air 2 iOS 8.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment