temporalio / sdk-dotnet

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

Add workflow update RPC timeout/canceled exception #283

Closed cretz closed 2 months ago

cretz commented 2 months ago

What was changed

Added WorkflowUpdateRpcTimeoutOrCanceledException and ensured that it was thrown on update RPC calls that are cancelled or timeout

Checklist

  1. Closes #250