mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 11:48:27 +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]);
|
||||
|
||||
if last {
|
||||
stream.write_bytes(&buffer[..length as usize])?;
|
||||
stream.write_bytes(&buffer)?;
|
||||
buffer.clear();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user