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

Suggestion: Add a NONE flag #199

Open
bjubes opened this issue Dec 14, 2023 · 0 comments
Open

Suggestion: Add a NONE flag #199

bjubes opened this issue Dec 14, 2023 · 0 comments

Comments

@bjubes
Copy link

bjubes commented Dec 14, 2023

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

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