diff --git a/src/runtime/src/mgmt.rs b/src/runtime/src/mgmt.rs index 64523f6..69c1d8d 100644 --- a/src/runtime/src/mgmt.rs +++ b/src/runtime/src/mgmt.rs @@ -261,6 +261,7 @@ mod remote_coremgmt { if last { write_chunk(stream, &buffer).await?; buffer.clear(); + task::r#yield().await; } } Ok(packet) => {