We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed when switching from goczmq this is missing from this library, but present there: https://github.com/zeromq/goczmq/blob/4e50cfc0edc9f02f25eb3b1f6948f0db93749a9b/goczmq.go#L79-L86
It seems it would be idiomatic and clearer to change
sock.SendBytes(msg,0)
to
sock.SendBytes(msg, zmq4.FLAG_NONE)
Thoughts? Would be happy to make PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Noticed when switching from goczmq this is missing from this library, but present there:
https://github.com/zeromq/goczmq/blob/4e50cfc0edc9f02f25eb3b1f6948f0db93749a9b/goczmq.go#L79-L86
It seems it would be idiomatic and clearer to change
to
Thoughts? Would be happy to make PR
The text was updated successfully, but these errors were encountered: