2
0
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:
occheung 2024-09-20 11:46:33 +08:00
parent 6b6bcdb6d6
commit 9d3204d019

View File

@ -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();
} }
} }