soto-project / soto-core

Core framework of Soto the Swift SDK for AWS
https://soto.codes
Apache License 2.0
111 stars 51 forks source link

Don't store instances of JSONEncoder/Decoder. #592

Closed adam-fowler closed 10 months ago

adam-fowler commented 1 year ago

Always build it when you need it JSONEncoder/Decoder now have a lock to avoid multiple threads accessing them at the same time

adam-fowler commented 10 months ago

done