cloudconvert / cloudconvert-dotnet

CloudConvert .NET SDK
Other
20 stars 15 forks source link

Thread safe? #15

Open AlanMacdonald opened 2 years ago

AlanMacdonald commented 2 years ago

It looks to me like it is thread safe to create one CloudConvertAPI instance and use it across all requests, but it would be great if the readme explicitly stated. Otherwise everyone consuming this library needs to go through the source code to assess thread safety.

Please can you confirm and update the readme?

josiasmontag commented 2 years ago

Yes, it is thread safe.

AlanMacdonald commented 2 years ago

Thanks for confirming