Closed sverhoeven closed 7 years ago
In https://github.com/NLeSC/xenon-grpc/blob/master/src/main/java/nl/esciencecenter/xenon/grpc/jobs/JobOutputStreamsForwarder.java all bytes from the stdout and stderr need to be forwarded to the writeStdOut and writeStdErr methods.
To handle this in parallel I need some help. Could you implement the forwarder?
In https://github.com/NLeSC/xenon-grpc/blob/master/src/main/java/nl/esciencecenter/xenon/grpc/jobs/JobOutputStreamsForwarder.java all bytes from the stdout and stderr need to be forwarded to the writeStdOut and writeStdErr methods.
To handle this in parallel I need some help. Could you implement the forwarder?