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
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
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?