temporalio / samples-dotnet

Samples for working with the Temporal .NET SDK
MIT License
57 stars 21 forks source link

Makes AesGcm Sample Thread Safe #52

Closed joelrozen closed 9 months ago

joelrozen commented 10 months ago

What was changed

Changed Encryption Codec in Encryption Sample to use a new instance of AesGcm on each call.

Why?

See #50

Checklist

  1. Closes #50

  2. How was this tested:

    Ran several thousand simultaneous workflows
  3. Any docs updates needed? No

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.

joelrozen commented 9 months ago
image