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

added multipart envelope support #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timdonegan
Copy link

More complicated zeromq patterns require the more complex "envelopes": http://zguide.zeromq.org/page:all#The-Extended-Reply-Envelope

@ggggggggg
Copy link
Contributor

send_multipart + recv_multipart are clearly matched, while send vs recv_multipart are not. Also this is how pyzmq does it, which is a small plus. Regardless of the name for send, the functionality is useful.

@ggggggggg
Copy link
Contributor

Actually it would probably be better to define send_multipart(socket::Socket, parts::AbstractArray) or send_multipart(socket::Socket, parts::AbstractArray{String}).

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.

3 participants