Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
Inefficient at reading large amounts of adapter stderr output
Open liw opened 3 months ago
  • is there a way to read a standard error stream efficiently, up to some maximum number of bytes?
  • can’t use read_to_end, because it will read too much
  • can’t use read_exact, because it doesn’t tell you how much it read
  • capture in timeoutcmd is the slow code