Skip to content

Do not systematically decode incoming zmq parts

Samuel GAIST requested to merge 26_fix_decoding_error into master

Under some circumstances the decoding may fail as the binary data may contain values outside the utf-8 "visible" range.

Fixes #26 (closed)

Merge request reports