xenon-middleware / xenon-grpc

Xenon grpc based server
Apache License 2.0
0 stars 1 forks source link

Interactive job: sometimes output to stdout is repeated, sometimes skipped. #34

Closed jhidding closed 6 years ago

jhidding commented 6 years ago

https://github.com/NLeSC/Xenon/issues/599

Triggered when output happens to both stderr and stdout: Sometimes when output is expected at stdout, I receive output on stderr containing the last chunk that was sent to stderr. The output that was sent to stdout is then dropped. This leads me to suspect that this is a bug in Xenon-GRPC rather than Xenon itself.

jhidding commented 6 years ago

Fixed in synchronization-of-streams branch by @jmaassen