Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
Inefficient at reading large amounts of adapter stderr output
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