Skip to content

Commit d24489a

Browse files
committed
Try not waiting for WC
1 parent c56dfb2 commit d24489a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ function main() {
385385

386386
rpcMap: rpcMap,
387387
});
388-
await provider.connect();
388+
spawn(async () => await provider.connect())();
389389

390390
await run(provider);
391391
}),

0 commit comments

Comments
 (0)