fix(queue): prevent stale resume waiters from hanging

This commit is contained in:
NimBold
2026-07-29 15:30:14 +03:30
parent 1044b6c619
commit f4ef1a4b28
3 changed files with 92 additions and 3 deletions
+2
View File
@@ -4584,6 +4584,7 @@ async fn resume_download(
&id_clone,
&queue_id,
lifecycle_generation,
control_epoch,
)
.await
};
@@ -4791,6 +4792,7 @@ async fn resume_download(
&id_clone,
&queue_id_clone,
lifecycle_generation,
resume_epoch,
)
.await
};