Peter Kleiweg
Peter Kleiweg
I am not an expert on design patters, so I have to rely on the judgement of contributers.Therefore I think the best place for design patterns is in the wiki:...
**Forget about the previous comment. It's all wrong.** An interrupted signal call gives a EINTR, not a EAGAIN. I undid the changes. So what is the problem exactly? Provide code...
I think I may have a fix. Can you try the latest version, please?
AuthCurveRemove only removes the ability to authenticate. If you want to remove the authorization as well, you need to close the socket.
I can't merge this yet. Please see https://github.com/pebbe/zmq4/issues/189#issuecomment-1203107391
Implemented sockets and test in branch `devel`. Subject to change. This will not be merged into `master` until the official release of ZeroMQ version 4.2. Any comments on this implementation...
RADIO and DISH are still in draft. If you want to use them in zmq4 you need to checkout the branch `devel`.
The branch was called `draft4.2`, not `devel`. I removed this branch. You can now use zmq4 including the draft things like this: import ( zmq "github.com/pebbe/zmq4/draft" )
You need to import `github.com/pebbe/zmq4` or `github.com/pebbe/zmq4/draft`, not both. And you can't import the latter when you're using a package that imports the former.
The test in zmq4 is based on this test: https://github.com/zeromq/libzmq/blob/master/tests/test_udp.cpp