Skip to content

Commit

Permalink
Try not waiting for WC
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudren authored and SamWilsn committed Nov 1, 2024
1 parent d681b30 commit b1c34ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function main() {

rpcMap: rpcMap,
});
await provider.connect();
spawn(async () => await provider.connect())();

await run(provider);
}),
Expand Down

0 comments on commit b1c34ab

Please sign in to comment.