mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-11 20:17:46 +00:00
fix(queue): prevent stale resume waiters from hanging
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user