gulpjs / async-done

Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
MIT License
70 stars 21 forks source link

end-of-stream returning a duplex stream that doesn't emit finish #4

Closed phated closed 10 years ago

phated commented 10 years ago

Fixed in current orchestrator, possibly just use the same configuration.

schnittstabil commented 10 years ago

IMHO end-of-stream/blob/v0.1.5/index.js returns the same stream it was invoked with, but there is an option: {readable:false}

phated commented 10 years ago

Implemented in https://github.com/phated/async-done/commit/4c3f627f51e91e4e9f98d687fcff629e43331c52