hamster wrote: > Thanks for the quick answer, but it is not exactly what I have asked for. It > seems that I was not explicit on required "bidirectionality". My main goal is > to > get async message exchange like AFAIU ZMQ_PAIR socket provides. I.e. the > possibility to send messages both from a client and a server at any moment of > time and not following req/rep scheme.
There are XREP/XREQ sockets allows this kind of thing. It requires some more work on your part though (adding identity of the client to send the message to to the message itself). Martin _______________________________________________ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev