Hi,

I'm having some issues sending binary data type from C++ server to Java
client.  I believe it has to do with in C++ writeBinary takes in
std::string which  will truncate on null char.

Going from Java byte[] -> C++ however works just fine.  Does anybody has
any insight on how to make binary data type work ?

Best.
Bryan

Reply via email to