Search Issue Tracker

Fixed

Votes

0

Found in [Package]

1.17.2-preview

Issue ID

ADDR-1769

Regression

No

Handle for CheckForCatalogUpdates returns from await before the Completed callback when using await/async

Package: Build Pipeline - Addressables

-

Reproduction steps:
1. Open the user's attached project and SampleScene scene
2. Open Command Prompt and change the directory by typing "cd + $projectPath + /ServerData"
3. Run the Python script by typing "py addressables-server.py"
4. Enter the Play mode and observe the Console window

Expected result: Log "checkForUpdateHandle.Completed" is printed before the log "after CheckForCatalogUpdates"
Actual result: Log "after CheckForCatalogUpdates" is printed before the log "checkForUpdateHandle.Completed"

Reproducible with: 1.16.10 - 1.17.2-preview (2018.4.31f1, 2019.4.19f1, 2020.2.3f1, 2021.1.0b4, 2021.2.0a3)

  1. Resolution Note:

    Fixed in 1.17.7-preview

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.