On Wed, Feb 13, 2013 at 7:42 AM, Deepak Jharodia <[email protected]> wrote: > I'm trying my first ZMQ example. I have been able to solve some off the > problems. The client is Java and server is C++. I've been able to > successfully send message from client to server, but the reply doesn't reach > back to client.
You're possibly using two different versions of 0MQ and this problem is known to hit certain combinations of versions, see: http://www.zeromq.org/area:faq#toc6 -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
