You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From offline discussion: The PRs for this ticket will be put on-hold until deeper investigation is done by @jbelkins and @sichanyoo & it's confirmed all continuation code paths call resume() exactly once.
Also discussed: refactoring CRT HTTP client wrapper in SDK side might be a good follow-up task to this
Describe the bug
Xcode throws a warning for data race for
statusCode
property ofHttpResponse
as shown below.This tracks the SIM ticket:
/V1219649867
.Expected Behavior
No data race warning shown for properties of
HttpResponse
.Current Behavior
Xcode shows a data race warning for
statusCode
property ofHttpResponse
.Reproduction Steps
/V1219649867/communication
.Possible Solution
Make
HttpResponse
an actor to make it thread-safe.Additional Information/Context
No response
AWS SWIFT SDK version used
0.31.0
Compiler and Version used
Xcode 15.0
Operating System and version
MacOS
The text was updated successfully, but these errors were encountered: