In Node.js writing to stdout doesn’t work
Closed this issue · 1 comments
jamesdbrock commented
jamesdbrock commented
Our write function doesn't suffer from this problem because it respects “backpressure” and waits for the 'drain' event.
Closed this issue · 1 comments
Our write function doesn't suffer from this problem because it respects “backpressure” and waits for the 'drain' event.