feat: oci progress events

This commit is contained in:
Alex Zenla
2024-04-12 10:54:51 +00:00
parent 346cf4a7fa
commit 8d26cd8fb2
24 changed files with 454 additions and 153 deletions

View File

@ -179,6 +179,8 @@ impl AutoNetworkWatcher {
break;
},
Ok(_) => {},
Err(error) => {
warn!("failed to receive event: {}", error);
}