-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
decode not working on client for ArrayBuffer #555
Labels
Comments
Using an Uint8Array is correct. Can you paste me one of those stack errors? |
Thanks for quick reply! Sure thing.
|
You must be using some really huge strings there. Try again after: Or, if you are using master, just make sure that dependencies are up to date / use the new dist files. |
Yes... I am :) Thanks. That did it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am using latest version (so setup slightly different from the examples online), but from the client when I pass my response.data to decode I get an empty message back. I then was making a new Uint8Array(response.data) and this was working but I run into stack overflow issues on larger sets of data.
Checked issue #553 and the examples you directed them too but still no luck.
Server Code
Client Code
The text was updated successfully, but these errors were encountered: