Frédéric Déléchamp
Frédéric Déléchamp
that's a good finding. I'm not sure anymore what is the actual usage of this local boolean param. It doesn't seem to make sense in this context. Or it could...
It seems to me that zmq.socket.reqrep.TestReqCorrelateRelaxed already tests that case.
Thanks for putting some more code, that helped me to find out the cause of your hanging in send(). FYI a fix was made in libzmq but is not present...
I'm not overly using this option, so what I'm about to say is mostly what I read in the tests... According to [this part of the test](https://github.com/zeromq/jeromq/blob/master/src/test/java/zmq/socket/reqrep/TestReqRelaxed.java#L67), the reply to...
Hi @jiggersplat: was your problem solved by 0.4.3? May this issue be closed?
Hi, Is it part of the normal behaviour of your application that a REP forgets to answer, without the socket being closed? It is part of your test, on the...
Events are sent via messages on a socket, and there is currently no solution to write a channel in a ZMQ message. C++ implementation does that by sending a pointer,...
If you want to investigate around the ZAP solution, a new component named ZAuth may be of interest to you. It basically handles ZAP requests and replies, and provides a...
Hi, all I can say it's not on my own roadmap for the time being. The project accepts all PR when they adhere to [C4](https://rfc.zeromq.org/spec:44/C4/), so your contributions would be...
Hi, Jeromq is aligned with Zeromq in the transport address definition, for example in [tcp](http://api.zeromq.org/master:zmq-tcp) or [inproc](http://api.zeromq.org/master:zmq-inproc). The project is based on [C4](https://rfc.zeromq.org/spec/42/), you are welcome to submit a PR....