v0.11.20 for real

This commit is contained in:
ed 2021-06-20 19:32:17 +02:00
parent 855b93dcf6
commit 0a3bbc4b4a

View file

@ -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) {