-
Notifications
You must be signed in to change notification settings - Fork 373
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
fix: Remove pumpify
#2029
fix: Remove pumpify
#2029
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small nit, but otherwise looks good! please wait for @ddelgrosso1 to take a look as well. thanks for doing this!!
Overall nothing stands out to me as troublesome. Perhaps we should move this to a fix and/or feature. We have handled quite a few things during this fixit week and it might be nice to do a release. |
Fixes #1915 🦕
As a follow-up, we should remove
duplexify
, which is a breaking change as it is exposed as a return type in a few places. In many places, aTransform
stream makes more sense and is much cleaner.