Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for str8 packer #499

Open
reezhu opened this issue May 9, 2019 · 1 comment
Open

add support for str8 packer #499

reezhu opened this issue May 9, 2019 · 1 comment
Labels

Comments

@reezhu
Copy link

reezhu commented May 9, 2019

Hi, thanks for you work
Recently I have meet a situation to communicate with msgpack in python.
The python project(can't modify) send the message with .packb(data, use_bin_type=True) and decode with .unpack(data, raw=False), but i found the java version seems to miss str8 encode support or do I miss the way to send a message with java with use_bin_type=True?

@reezhu reezhu changed the title add support for str8 add support for str8 packer May 9, 2019
@xerial
Copy link
Member

xerial commented May 21, 2020

msgpack-java supports str8. Make sure you are using the latest version of msgpack-java.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants