Skip to content

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

Closed
cpsievert wants to merge 2 commits intomainfrom
client-server-buffers
Closed

Handle binary data (buffers) transfer from client -> server#153
cpsievert wants to merge 2 commits intomainfrom
client-server-buffers

Conversation

@cpsievert
Copy link
Copy Markdown
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.

@cpsievert
Copy link
Copy Markdown
Collaborator Author

Superseded by #230

@cpsievert cpsievert closed this Apr 10, 2026
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