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

better handling of client stream termination #315

Merged
merged 3 commits into from
Mar 28, 2013
Merged

Conversation

brianc
Copy link
Owner

@brianc brianc commented Mar 28, 2013

  1. Pass an error to an active query if the client is ended while a query is in progress.
  2. actually emit 'end' event on the client when the stream ends
  3. do not emit an error from native bindings if lasterror is null

this is a more robust fix for #299

1. Pass an error to an active query if the client is ended while a query is in progress.
2. actually emit 'end' event on the client when the stream ends
3. do not emit an error from native bindings if lasterror is null
brianc added a commit that referenced this pull request Mar 28, 2013
better handling of client stream termination
@brianc brianc merged commit 027c496 into master Mar 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant