awslabs / aws-mobile-appsync-sdk-ios

iOS SDK for AWS AppSync.
https://awslabs.github.io/aws-mobile-appsync-sdk-ios/
Other
262 stars 128 forks source link

Fix: serialized requests on IAMBasedConnectionPool #569

Closed chris-trick closed 9 months ago

chris-trick commented 1 year ago

dictionary is not a thread safe object, need to be serialized in some way to avoid crashes

Issue #568

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

petracvrljevic commented 5 months ago

Could this same be applied to APIKeyBasedConnectionPool?