1
0
forked from M-Labs/artiq

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]);
if last {
stream.write_bytes(&buffer[..length as usize])?;
stream.write_bytes(&buffer)?;
buffer.clear();
}
}