temporalio / sdk-core

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

Fix bug where message replies to updates could be sent during replay #617

Closed Sushisource closed 10 months ago

Sushisource commented 11 months ago

What was changed

Task failures after an update could trigger this path which would cause the sending of protocol messages that shouldn't have been sent. Fixes that.

Why?

Bug bad

Checklist

  1. Closes

  2. How was this tested: Added integ test

  3. Any docs updates needed?