temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
271 stars 72 forks source link

Fix possible shutdown hang if pollers keep getting gRPC errors #746

Closed Sushisource closed 4 months ago

Sushisource commented 4 months ago

What was changed

Fixed a scenario where Core wouldn't properly shut itself down if it only gets poll error responses

Why?

Hang on shutdown bad

Checklist

  1. Closes https://github.com/temporalio/sdk-core/issues/667

  2. How was this tested: Added reproing unit test

  3. Any docs updates needed?