When I return a DO stub over Workers RPC, in vitest environment, the connection breaks unless I use
When I return a DO stub over Workers RPC, in vitest environment, the connection breaks unless I use setTimeout. Is this a known limitation of vitest, also what happens in prod, or am I just doing something wrong? I can share code if you like?