Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
9cc3d80917
commit
02e70fe268
@ -53,7 +53,7 @@ impl flux_releaser_server::FluxReleaser for FluxReleaserGrpc {
|
|||||||
tracing::trace!("received chunk");
|
tracing::trace!("received chunk");
|
||||||
let item = item?;
|
let item = item?;
|
||||||
|
|
||||||
file.write_all(&item.content).await?;
|
let _ = file.write(&item.content).await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
file.flush().await?;
|
file.flush().await?;
|
||||||
|
Loading…
Reference in New Issue
Block a user