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

Ensure socket closes properly #18

Merged
merged 1 commit into from Mar 18, 2016

Conversation

shaleh
Copy link

@shaleh shaleh commented Mar 17, 2016

The socket is being held open by the writable handle. Close both the handle and the socket.
To do this we need to store the handle as a member variable.

The socket is being held open by the writable handle. Close both the handle and the socket.
To do this we need to store the handle as a member variable.
tamentis added a commit that referenced this pull request Mar 18, 2016
@tamentis tamentis merged commit 7f64e8f into tamentis:master Mar 18, 2016
@shaleh
Copy link
Author

shaleh commented Mar 18, 2016

Don't forget to update the README when you make the next release. Only one known issue now :-)

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

2 participants