Closed philipphoffmann closed 7 years ago
For reference: #19
hm, not sure what broke here, i only tested with oracle jre 8
@chiwanpark what do you think?
Hello @philipphoffmann, thanks for your pull request. I've tested your changes in various environments. Your code is merged to master.
Thanks again for your valuable contribution. 👍
👍 thx
Before this commit,
RawHandler
was handling incoming/outgoing binaries as UTF-8 Strings. This breaks binary messages which are indeed binary (e.g. Thrift binaries).This commit makes the
RawHandler
handle incoming/outgoing binaries as raw binaries. Note that this change still allows to pass along UTF-8 encoded messages without any changes.