Bryan,
if you have a reproducible test case, file a JIRA ticket.
BR,
Jens
-----Ursprüngliche Nachricht-----
From: Bryan Pham
Sent: Friday, April 5, 2013 8:52 AM
To: [email protected]
Subject: Thrift C++ binary data type
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