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

Deprecate LocalConnector.getResponses() in favor of using .getResponse() #695

Closed
joakime opened this issue Jul 6, 2016 · 1 comment
Closed

Comments

@joakime
Copy link
Contributor

joakime commented Jul 6, 2016

The current implementation of LocalConnector.getResponses() does a few hokey things related to detecting when a connection is done / closed / no more requests.

The better .getResponse() method is simpler and doesn't contain this extra logic that is slowing down tests and producing rogue errors.

@gregw gregw added this to the 9.4.x milestone Jul 7, 2016
gregw added a commit that referenced this issue Jul 7, 2016
gregw added a commit that referenced this issue Jul 7, 2016
joakime added a commit that referenced this issue Jul 8, 2016
@gregw
Copy link
Contributor

gregw commented Dec 1, 2016

this is ongoing replacement of a deprecated API. No need for an open issue.

@gregw gregw closed this as completed Dec 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants