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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Add comment