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

Forward compatibility with Stream v0.5 and upcoming v0.6 #79

Merged
merged 1 commit into from
Mar 9, 2017

Conversation

clue
Copy link
Member

@clue clue commented Mar 8, 2017

This component is in fact already compatible with v0.4, the new v0.5 and the upcoming v0.6, see also reactphp/stream#67.

README.md Outdated
@@ -346,6 +346,14 @@ $connection->on('data', function ($chunk) {
echo $data;
});

$conenction->on('end', function () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: $conenction -> $connection

README.md Outdated
echo 'ended';
});

$conenction->on('error', function (Exception $e) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: $conenction -> $connection

@clue
Copy link
Member Author

clue commented Mar 8, 2017

Thanks for spotting these, typos fixed and changes squashed :shipit:

@WyriHaximus WyriHaximus merged commit 0b8c101 into reactphp:master Mar 9, 2017
@clue clue deleted the stream branch March 9, 2017 12:03
clue added a commit to clue-labs/socket that referenced this pull request Mar 29, 2017
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.

3 participants