You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
reezhu
changed the title
add support for str8
add support for str8 packer
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?
The text was updated successfully, but these errors were encountered: