Hi Gonzalo, > Question: would you accept a patch to create these two files and add > lots of LOG() calls to Context.cpp / Socket.cpp, which by default will > do nothing but which could be helpful in debugging this binding?
In general we are trying to avoid any code that's not strictly necessary. The rationale is there's an associated cost with maintaining each line of code. Having many language bindings this cost becomes non-trivial and prevents resources going to the development of 0MQ core. However, lately we are trying to offload the binding development from 0MQ project itself. As you can see, some bindings are already developed as separate projects. Thus, if you are willing to take care of Java binding this way, let me know. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
