github cloudflare/workers-sdk @cloudflare/workflows-shared@0.7.1

Patch Changes

  • #12985 17a57e6 Thanks @pombosilva! - Fix waitForEvent delivering events to stale waiters after timeout.

    When a step.waitForEvent() call timed out, its resolver was not removed from the workflow's internal waiters map. This meant the next step.waitForEvent() for the same event type would have its incoming event consumed by the dead resolver instead of the live one, causing the workflow to hang indefinitely.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.