Adapt output buffering to Poseidon and DCP

* Refactor flushing of messages
* Introduce two separate buffers for stdout and stderr
This commit is contained in:
Sebastian Serth
2021-10-17 13:15:52 +02:00
parent 1891cdd69c
commit 345860c779
3 changed files with 24 additions and 22 deletions

View File

@ -166,7 +166,7 @@ class Runner::Strategy::Poseidon < Runner::Strategy
end
def encode(data)
data
"#{data}\n"
end
end
end