-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TaskQueue<Success> async execution is not serial #3556
Comments
Hi @MuniekMg , Thanks for reporting the issue and submitting the proposed PR. Our team will investigate and review the PR. |
The PR has been released in version 2.29.2. We are grateful for your valuable contribution. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
While working on other PR I found out that one unit test sometimes fails. This test expected correct order of function executions.
TaskQueue has async(...) function which should schedule task and execute this task in serial manner but it doesn't.
Steps To Reproduce
Expected behavior
Tasks are being executed in order
Amplify Framework Version
2.27.0
Amplify Categories
DataStore
Dependency manager
Swift PM
Swift version
5
CLI version
10.3.1
Xcode version
Version 15.2 (15C500b)
Relevant log output
No response
Is this a regression?
No
Regression additional context
No response
Platforms
iOS
OS Version
iOS 17
Device
iPad 10th gen
Specific to simulators
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: