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

Support object streams by buffering original write chunks in array #15

Merged
merged 1 commit into from
Oct 26, 2018

Conversation

clue
Copy link
Member

@clue clue commented Oct 26, 2018

The unwrapWritable() function now buffers all outstanding writes in an array instead of assuming strings. This means it now supports unwrapping streams that expect non-string values (object stream), such as CSV or NDJON encoders.

@clue clue added this to the v1.2.0 milestone Oct 26, 2018
@WyriHaximus WyriHaximus merged commit de1ef83 into reactphp:master Oct 26, 2018
@clue clue deleted the write-chunks branch October 27, 2018 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants