Replies: 1 comment
-
What is the string you are encoding? Does Also, feel free to debug print the characters heres: flatbuffers/java/com/google/flatbuffers/Utf8.java Lines 176 to 189 in 5d101af |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussed in #7117
Originally posted by tzyrq February 22, 2022
I'm using flatbuffers to serialize data through TCP socket from a cpp program to a java program.
What I'm doing on cpp side:
What I'm doing on Java side:
My .fbs file:
This whole procedure will be repeated by thousands of times, it works correctly at the begin but after that raise this exception.
flatbuffers version: 2.0.0
Any idea? 🥲 Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions