You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI, I create this issue to summarize all the stuff I know of an make it clear.
The problem is, that with AppImage the differential download can be used (any by default is is used). This method does NOT heave implemented the logic for emitting progress events in case when it uses multi-part single request (see here).
It seems to me that solution is to pass downloadInfoTransform down the line into the multipleRangeDownloader and its doExecuteTasks function.
Here is PR just for demonstrative purpose. Here is the draft PR: #8697 Its is just an illustrative example.
I lack the knowledge to complete this PR.
Originally I was solving this in this issue #8659 but I think after I dig into it and found the real root cause, it shall have its own.
This is list of issues I believe have the same root cause:
HI, I create this issue to summarize all the stuff I know of an make it clear.
The problem is, that with AppImage the differential download can be used (any by default is is used). This method does NOT heave implemented the logic for emitting progress events in case when it uses multi-part single request (see here).
It seems to me that solution is to pass
downloadInfoTransform
down the line into themultipleRangeDownloader
and itsdoExecuteTasks
function.Here is PR just for demonstrative purpose. Here is the draft PR: #8697 Its is just an illustrative example.
I lack the knowledge to complete this PR.
Originally I was solving this in this issue #8659 but I think after I dig into it and found the real root cause, it shall have its own.
This is list of issues I believe have the same root cause:
The text was updated successfully, but these errors were encountered: