[zeromq-dev] NetMQ breaking change
Doron Somech
somdoron at gmail.com
Thu Jun 27 23:36:27 CEST 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130628/240f1ae0/attachment.htm>
More information about the zeromq-dev
mailing list