ghemawat/stream

WriteLines does not print to Stdout immediately

Closed this issue · 0 comments

When WriteLines is used to evaluate filters, it does not print data immediately.
Working with streams, it would be beneficial to evaluate data instantly.
It gets especially tricky when developing and testing(low volume corner cases)
When piping input from external source, output is displayed when external source exits.