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
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
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?