Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.3.14f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1152791
Regression
No
[iOS] When using ConfigureAwait(false) the task processing freezes
How to reproduce:
1. Open attached "ThreadLostTest" project
2. Switch and build to iOS platform and run with an iOS device connected
3. Tap "Test 3000" button
4. Notice that logs message "DoSomethingAsync(): done result=True" is not being displayed on the screen
Expected result: DoSomethingAsync() was completed and show the message "DoSomethingAsync(): done result=True"
Actual result: DoSomethingAsync() freezes and the message "DoSomethingAsync(): done result=True" is not being shown on the screen
Reproducible with: 2018.4.3f1, 2019.1.8f1, 2019.2.0b8, 2019.3.0a8
- iPhone 8 Plus (iOS version 12.0)
- iPhone X (iOS version 12.1)
Not reproducible on Android Mono and IL2CPP scripting backend:
- Samsung Galaxy Note8 7.1.1
- Razer Phone 2 (Phone 2), Android 9, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
Not reproducible in Editor Standalone
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Package Manager lets some packages to be imported when everything in the package is deselected while other packages have the “Import” button greyed out
- The Blackboard scrolls up and selecting Items breaks when Duplicating Items in a scrolled down List
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
Add comment