From e3f49b37ba8f3bd69cbd4510a08a36eda3937cab Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Sun, 5 Apr 2026 00:44:12 +0200 Subject: [PATCH] fix(core): prefer rpc brodcast to use allSettled instead of all --- packages/core/src/node/host-functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/node/host-functions.ts b/packages/core/src/node/host-functions.ts index 73005871..ff430e6e 100644 --- a/packages/core/src/node/host-functions.ts +++ b/packages/core/src/node/host-functions.ts @@ -50,7 +50,7 @@ export class RpcFunctionsHost extends RpcFunctionsCollectorBase { if (options.filter?.(client) === false) return undefined