@cloudflare/workflows-shared@0.7.1
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes a critical bug where timed-out event waiters in workflows could lead to subsequent workflows hanging indefinitely.
🐛 Bug Fixes
- Fixed an issue where a timed-out `step.waitForEvent()` call left a stale resolver in the workflow's internal waiters map, causing subsequent calls for the same event type to hang indefinitely by consuming events meant for the new resolver.