Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapping Writable Streams with Readable? #6

Open
jaidetree opened this issue Jan 5, 2016 · 0 comments
Open

Wrapping Writable Streams with Readable? #6

jaidetree opened this issue Jan 5, 2016 · 0 comments

Comments

@jaidetree
Copy link

Hi there, so I am using this package to create a customizable pipeline if desired in a package. I noticed however, if I add a Writable stream that it gets wrapped with a Readable stream. I understand that decision in the aim that the pipeline is used as the middle between an initial Readable Stream and an ending Writable Stream. However, in my use case the Writable stream is the end and my intention was that if the user wants to change that they could remove that step from the pipeline and replace it with another. What would you suggest in response to that? So far I just have another function that I can pipe the labeled stream splicer pipeline into that produces a writable stream. It is an ok solution, but I would much prefer to have it all in the pipeline and require the user to invoke only a single method to run it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant