temporalio / sdk-dotnet

Temporal .NET SDK
MIT License
375 stars 30 forks source link

Implementation of Temporalio.Workflows.Semaphore #287

Closed cretz closed 2 months ago

cretz commented 2 months ago

What was changed

Opening as draft due to a bug that is occurring when cancelling the workflow while waiting on this semaphore (see TODO in test).

Checklist

  1. Relates to #281