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

zmq4: socket close and {w,r}pool close #77

Open
sbinet opened this issue Feb 24, 2020 · 0 comments
Open

zmq4: socket close and {w,r}pool close #77

sbinet opened this issue Feb 24, 2020 · 0 comments

Comments

@sbinet
Copy link
Contributor

sbinet commented Feb 24, 2020

as noted in #76 (comment) there's a bit of a confusing ownership between who's responsible for closing net.Conn between the underlying zmq4.socket and the various {r,w}pool implementations.

this leads to either non-executed code or "double-close" of connections.

we should probably make sure the {r,w}pool implementations have the complete ownership/responsibility for closing connections.

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

No branches or pull requests

1 participant