Skip to content
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

Handle binary data (buffers) transfer from client -> server #153

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented Jul 31, 2024

This is a follow up to #152, where we discovered a bug in transferring binary data sent from server to client.

While investigating that issue, we also discovered that binary data in buffers is currently getting dropped (since JSON.stringify() them).

This change (currently) will make it so they won't get dropped anymore, but some more investigation is needed to confirm how to handle buffers server-side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant