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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Part of ostreedev#277
When we only supported one big ostree tarball, our current
single u64 progress notification was OK. But clients (including our
CLI) really want more dynamic progress notifications.
This adds support for an optional channel that receives started/finished
notifications for layers. Note that the client *must* read from
this channel if they request it. The channel is not lossy.
Part of ostreedev#277
When we only supported one big ostree tarball, our current
single u64 progress notification was OK. But clients (including our
CLI) really want more dynamic progress notifications.
This adds support for an optional channel that receives started/finished
notifications for layers. Note that the client *must* read from
this channel if they request it. The channel is not lossy.
OK one ugly thing with current import APIs is that our progress reporting is basically broken:
The text was updated successfully, but these errors were encountered: