mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
v0.11.20 for real
This commit is contained in:
parent
855b93dcf6
commit
0a3bbc4b4a
|
@ -996,6 +996,7 @@ function up2k_init(subtle) {
|
||||||
pvis.seth(t.n, 1, '📦 wait');
|
pvis.seth(t.n, 1, '📦 wait');
|
||||||
st.busy.hash.splice(st.busy.hash.indexOf(t), 1);
|
st.busy.hash.splice(st.busy.hash.indexOf(t), 1);
|
||||||
st.todo.handshake.push(t);
|
st.todo.handshake.push(t);
|
||||||
|
tasker();
|
||||||
};
|
};
|
||||||
|
|
||||||
if (subtle)
|
if (subtle)
|
||||||
|
@ -1041,6 +1042,7 @@ function up2k_init(subtle) {
|
||||||
console.log('handshake onerror, retrying');
|
console.log('handshake onerror, retrying');
|
||||||
st.busy.handshake.splice(st.busy.handshake.indexOf(t), 1);
|
st.busy.handshake.splice(st.busy.handshake.indexOf(t), 1);
|
||||||
st.todo.handshake.unshift(t);
|
st.todo.handshake.unshift(t);
|
||||||
|
tasker();
|
||||||
};
|
};
|
||||||
xhr.onload = function (e) {
|
xhr.onload = function (e) {
|
||||||
if (t.busied != me) {
|
if (t.busied != me) {
|
||||||
|
|
Loading…
Reference in a new issue