Skip to content

Commit

Permalink
oops my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 26, 2024
1 parent 13527f5 commit 4326c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store-sync/src/wiresaw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function watchLogs({ url, address, fromBlock }: WatchLogsInput): WatchLog

try {
debug("keeping socket alive");
client.requestAsync({ body: { method: "net_version" }, timeout: 2000 });
await client.requestAsync({ body: { method: "net_version" }, timeout: 2000 });
} catch (error) {
debug("no response to keep alive, closing...", error);
clearInterval(keepAliveInterval);
Expand Down

0 comments on commit 4326c74

Please sign in to comment.