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

Close does not wait till the socket is destroyed, so channel could accept new connections #141

Closed
prashantv opened this issue Dec 29, 2015 · 1 comment

Comments

@prashantv
Copy link
Contributor

See:
golang/go#13762
and
golang/go#10527

We should wrap the listener in a similar way to what is proposed in the last issue so that clients don't need to work around it like in:
871a787

@prashantv
Copy link
Contributor Author

Fixed in #154

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

1 participant