From 0a3bbc4b4a9e7991f1dbd0999632c5f1d557c865 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 20 Jun 2021 19:32:17 +0200 Subject: [PATCH] v0.11.20 for real --- copyparty/web/up2k.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index 32098f2e..8cf00487 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -996,6 +996,7 @@ function up2k_init(subtle) { pvis.seth(t.n, 1, '📦 wait'); st.busy.hash.splice(st.busy.hash.indexOf(t), 1); st.todo.handshake.push(t); + tasker(); }; if (subtle) @@ -1041,6 +1042,7 @@ function up2k_init(subtle) { console.log('handshake onerror, retrying'); st.busy.handshake.splice(st.busy.handshake.indexOf(t), 1); st.todo.handshake.unshift(t); + tasker(); }; xhr.onload = function (e) { if (t.busied != me) {