Skip to content

MALZMQ_INTEROP_1.1.0: Remove public access to private encoder / decoder.

Latest
Compare
Choose a tag to compare
@freyssin freyssin released this 18 Jul 07:16
· 99 commits to master since this release
Private encoder / decoder used for PDU encoding are now always varint as the fixed part of the PDU is handled directly through malbinary methods.
No longer change varint option on internal encoder / decoder (avoid a potential bug due to a lack of synchronization).
Fix termination handling.