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
- Light is not applied properly to Terrain Details when using Light Layers
- Opening reference for XR component redirects to a missing page
- [Android]Crash on PersistentManager::GlobalToLocalSerializedFileIndex(SerializedObjectIdentifier const&) when building the Android Player
- [Android] The Video Player stops playing at different points when Skip On Drop is enabled
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
Add comment