Hi All, We found a bug in NetMQ using wrong Endian (little) when serializing numbers to bytes, causing NetMQ not be able to communicate with ZeroMQ (actually only on messages bigger then 256 bytes), anyway this bug was fixed today and pushed to nuget.
However fixing this bug make older version of NetMQ (prior 3.3.0.7) incompatible with the new version. To solve this issue we added a new socket option called Endian (default to Big as ZeroMQ), if you need to communicate with older versions change the option to Little (which make it incompatible with ZeroMQ sockets). Sorry for the inconvenience, Doron
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
