Buffer decode with json contains base64Image string #590
Unanswered
vimalmistry
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I figured out . It is error with payload size. Please, anyone describe the unit of payload. Is it mb. kb or gb? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am using flutter(dart) as front end. and uws for server.
I am sending json file via websocket which contain one key which value is base64image encoded string
for example
When I am Decoding from onMessage Event. the binary field is not showing. No errors. It's shows all other data.
For example
Any Idea?
Beta Was this translation helpful? Give feedback.
All reactions