Search Issue Tracker
By Design
Votes
0
Found in
5.6.0p1
Issue ID
908287
Regression
No
UnityWeb Request and WWW Request fail to function on a poor internet connection
Steps to reproduce:
1. Download Charles software or something that can simulate poor internet connection (https://www.charlesproxy.com/)
2. Open "WebRequestTest.zip" attached project
3. Enable Throttling with user described settings on Charles software
4. Enter play mode
5. Click "J" , "K" , "L" buttons to observe each type of request
6. Only one that completes is the "WebClient Request" after pressing "J"
Expected: Even with the poor connection, the request should not get stuck, take a bit more time maybe, but complete eventually
Actual: WWW and UnityWebRequest get either entirely stuck or partially download the data and stop
Reproduced in 5.5.3p3, 5.6.0p1, 5.6.1p1, 2017.1.0b6
Comments (1)
Add comment
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
HaimBendanan
Oct 27, 2017 09:54
How can this be by design..?