Remove broken TCP code, do not retry with invalid TCP query #73
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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