mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-27 12:18:26 +08:00
runtim mgmt: fix pull log message relaying
This commit is contained in:
parent
6b6bcdb6d6
commit
9d3204d019
@ -280,7 +280,7 @@ mod remote_coremgmt {
|
|||||||
buffer.extend(&data[..length as usize]);
|
buffer.extend(&data[..length as usize]);
|
||||||
|
|
||||||
if last {
|
if last {
|
||||||
stream.write_bytes(&buffer[..length as usize])?;
|
stream.write_bytes(&buffer)?;
|
||||||
buffer.clear();
|
buffer.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user