@cloudflare/vitest-pool-workers@0.18.6
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes an issue where test runs could hang after a Durable Object logs and rejects `blockConcurrencyWhile()`. Dependencies have also been updated.
🐛 Bug Fixes
- Fix test runs hanging after a Durable Object logs and rejects `blockConcurrencyWhile()`. Console messages emitted from another Durable Object are now buffered until execution returns to the test runner, avoiding I/O that cannot complete after the object's input gate breaks.