fix(rivetkit): copy Buffer to Uint8Array in ensureUint8Array to fix .slice() semantics#4506
Conversation
|
🚅 Deployed to the rivet-pr-4506 environment in rivet-frontend
|
PR Review: fix(rivetkit): copy Buffer to Uint8Array in ensureUint8ArrayThis is a correct and well-targeted bug fix. The root cause is real: Node.js What looks good
Minor suggestionsSimpler copy idiom: The two-step copy is correct, but No test added: The driver test suite at Other SummaryThe fix is correct and minimal. The suggestions above are optional — the change is mergeable as-is. |
Merge activity
|
…slice() semantics
bb97419 to
db91593
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: