> I think a previous build might have been overwritten. See: > > - https://github.com/zeromq/jeromq3-x/tree/v0.3.3 > - https://github.com/zeromq/jeromq/tree/v0.3.3 > > I would run a diff between to two to see if there are any significant > differences.
Thanks, Trevor. It turns out there are quite a lot of differences. Today I got bit by one of them, which was a change to org.zeromq.ZMQ.Socket.bind: if a port was already in use then in jeromq3-x/v0.3.3 it returns -1 but in jeromq/v0.3.3 it throws an exception. Now that I understand what's happened I can accommodate it. Robin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
