Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blockwise progress #236

Open
krbvroc1 opened this issue Jun 29, 2021 · 0 comments · May be fixed by #560
Open

Blockwise progress #236

krbvroc1 opened this issue Jun 29, 2021 · 0 comments · May be fixed by #560
Labels
enhancement New feature or request

Comments

@krbvroc1
Copy link

if err == nil {
r.Remove(message.Block2)
}
next(w, r)

Is there any reason in the above code, the next() call cannot be called first? Since you remove the Block2 option prior to calling next(), it prevents the handler from using r.Options.GetUint32(message.Block2) in order to track the progress (such as compute percent complete or store progress)

Is there some other way to accomplish this that I have missed?

@jkralik jkralik added the enhancement New feature or request label Aug 29, 2023
@krbvroc1 krbvroc1 linked a pull request Jun 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants