Closed pyrsmk closed 7 years ago
Same here.
That happened as well the same with "streamqueue" lib, then I can guess is something of node, but... How to avoid it or why ?
Thanks.
Personally, I fixed the issue without not really fixing it but by structuring my code differently ^^
I came again back to 'streamqueue' and I discovered was the .queue() or .add() (depend of beach lib) the guilty of the error.
But if you deliver all gulp src in the constructor everything works.
Then... Because I had and array... I called the constructor with apply() to spread the streams array as comma separated arguments.
On 14 Oct 2016 1:47 pm, "Aurélien Delogu" notifications@github.com wrote:
Personnally, I fixed the issue without not really fixing it but by structuring my code differently ^^
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/teambition/merge2/issues/9#issuecomment-253789898, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXxW-h8q8fgDnZEmKsqe-2cUTBbEhL9ks5qz3nMgaJpZM4KQw5K .
Hi!
I've a weird issue when using merge2. It seems it comes from the fact I'm splitting my stream pipes. But I'm not sure how to fix this, and how to do this differently...