We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Moved from rdimitrov/go-tuf-metadata#86
Currently a Refresh() can be done only once during the lifetime of an Updater.
Refresh()
This is not optimal for long-living processes so it would be better if we enable calling Refresh() more than once.
References:
Upon calling Refresh() make sure everything is up-to-date and if that's true:
errors.Is
If something else occurred which failed us to refresh the metadata, still return the appropriate error value.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Moved from rdimitrov/go-tuf-metadata#86
Describe the bug
Currently a
Refresh()
can be done only once during the lifetime of an Updater.This is not optimal for long-living processes so it would be better if we enable calling
Refresh()
more than once.References:
Expected behavior
Upon calling Refresh() make sure everything is up-to-date and if that's true:
or
errors.Is
(less favourite)If something else occurred which failed us to refresh the metadata, still return the appropriate error value.
Additional context
No response
The text was updated successfully, but these errors were encountered: