Skip to content

Commit

Permalink
fix reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Feb 13, 2024
1 parent c04f28d commit 03f1e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
onclose() {
const reconnect = 2000;
console.log(`Subscription closed, reconnecting in ${reconnect}`);
setTimeout(connect, reconnect);
setTimeout(continuousSync, reconnect);
},
oneose() {
console.log("EOSE");
Expand Down

0 comments on commit 03f1e4c

Please sign in to comment.