Hi, there.
Currently in order to know that streams passed to multipipe have been processed callback should be passed. It could be useful if close event will be emitted (only once of course) on a result stream at the end of processing. According to nodejs docs close event is optional for readable and writeable streams so that should not be a breaking change for current multipipe api.
Hi, there.
Currently in order to know that streams passed to multipipe have been processed callback should be passed. It could be useful if
closeevent will be emitted (only once of course) on a result stream at the end of processing. According to nodejs docscloseevent is optional for readable and writeable streams so that should not be a breaking change for current multipipe api.