Search Issue Tracker
Fixed in 5.3.2
Votes
0
Found in
5.3.0f4
Issue ID
754382
Regression
Yes
[iOS] App freezes if WWW is loaded with 403 url and WWW.Dispose() is called
1. Open attached project
2. Press "Send request" twice
3. App will freeze
Regression from 5.2.3f1
Comments (2)
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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
SioHio
Jul 20, 2016 12:45
This still happens on Android in Unity 5.3.4f1
so if www.Dispose() is called the complete app freezes for about a minute
David.DNA Studios
Jan 04, 2016 15:11
I have the same behaviour with a simple Dispose on any URL on iOS device.
For exemple, the user starts a download of a .zip file and presses the "cancel" button wich properly cancels the WWW request using Dispose method. At this point, the app freezes. Same thing for a custom timeout on requests.
Can you confirm it is also fixed in version 5.3.2?