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

Zmqstream #31

Merged
9 commits merged into from Oct 11, 2010
Merged

Zmqstream #31

9 commits merged into from Oct 11, 2010

Conversation

minrk
Copy link
Member

@minrk minrk commented Oct 7, 2010

ZMQStream now provides complete socket interface, excluding recv methods and direct socket properties.

included:
all send_*
all bind*/connect
all get/setsockopt

excluded:
recv_*
socket_type (should this be included?)
context

Also included: socket.close() inside stream.close() is now a DelayedCallback, preventing it from blocking iostream's logging, at least for the error that caused stream.close() to be called.

@ellisonbg
Copy link
Contributor

This looks great, I would no ahead and merge.

This pull request was closed.
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