temporalio / sdk-core

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

Fix panic on evict w/ buffered tasks #660

Closed Sushisource closed 10 months ago

Sushisource commented 10 months ago

This never should have been a panic in the first place. I think I had it that way while testing and forgot to undo it. It's fairly hard to trigger.