We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4feaea commit 06a093cCopy full SHA for 06a093c
packages/core/src/node/host-functions.ts
@@ -50,7 +50,7 @@ export class RpcFunctionsHost extends RpcFunctionsCollectorBase<DevToolsRpcServe
50
51
debugBroadcast(JSON.stringify(options.method))
52
53
- await Promise.all(
+ await Promise.allSettled(
54
this._rpcGroup.clients.map((client) => {
55
if (options.filter?.(client) === false)
56
return undefined
0 commit comments