Skip to content

Remove broken TCP code, do not retry with invalid TCP query #73

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

Merged
merged 2 commits into from
Aug 9, 2017

Conversation

clue
Copy link
Member

@clue clue commented Aug 9, 2017

This PR simply removes all code related to TCP querying, because it is currently broken beyond repair, see #11 for more details. In other words: This actually improves query performance because we no longer time out after sending invalid protocol messages.

These changes are not a BC break because the public interfaces have been kept as-is.

This is the base for future TCP fixes that are discussed in #19 and due for the next major release 👍

Builds on top of #72
Closes #11

@clue clue added the bug label Aug 9, 2017
@clue clue added this to the v0.4.10 milestone Aug 9, 2017
@WyriHaximus WyriHaximus merged commit e30904f into reactphp:master Aug 9, 2017
@clue clue deleted the remove-tcp branch August 9, 2017 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Querying via TCP broken
3 participants