From 03f1e4c1c2f264e1b55de97137105fdeee041c76 Mon Sep 17 00:00:00 2001 From: sandwich <299465+dskvr@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:11:27 +0000 Subject: [PATCH] fix reconnect --- src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 6ee1908..888c43b 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -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");