@cloudflare/vitest-pool-workers@0.16.7
📦 cloudflare-workersView on GitHub →
🐛 1 fixes
Summary
This patch primarily fixes an issue where dynamically wrapped RPC methods could invoke out of order for Workers and Durable Objects. Dependencies including wrangler and miniflare have also been updated.
🐛 Bug Fixes
- Preserve same-stub RPC call order for wrapped Worker and Durable Object entrypoints by queuing method resolution per wrapper instance so calls begin in the order they were received, fixing out-of-order invocation when many calls were fired without awaiting each individual call.