Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Try using blocking writes to the pipes as an alternative workaround for hanging external harvesters

Adam Reichold requested to merge blocking-pipe-write into main

If lost write readiness notifications are the problem, this should be a more effective workaround as it does not depend on the lines fitting into the maximum kernel pipe buffer size of 1 MB.

Closes #200 (closed)

Edited by Adam Reichold

Merge request reports