Is it possible to decode a message over time? #790
Unanswered
viniciusth
asked this question in
Q&A
Replies: 1 comment
-
You can keep trying to decode, if it fails you can wait for more bytes. |
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
-
As the title says, I want to know if it is possible to keep a Decoder in memory and keep feeding it bytes of a message as I receive them, but the only way I found to decode currently is to have the entire buffer at once and decode it.
It would be something like this:
Beta Was this translation helpful? Give feedback.
All reactions