As a general tactic, when you're debugging distributed apps like this,
you can take a version you know works (the C code) and replace it with
your own code piece by piece, and see when it breaks. I.e. try the
broker and workers in C, and client in C++. Does that work? If so, try
a C++ worker. Does that work? etc.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to