Skip to content

large binary writes to prevent Windows IPC hangs#185

Open
prasu-baran wants to merge 1 commit intoneutralinojs:mainfrom
prasu-baran:binary-filesystem-solve
Open

large binary writes to prevent Windows IPC hangs#185
prasu-baran wants to merge 1 commit intoneutralinojs:mainfrom
prasu-baran:binary-filesystem-solve

Conversation

@prasu-baran
Copy link
Copy Markdown

Large writeBinaryFile calls (30–100MB+) could hang indefinitely on Windows due to oversized IPC payloads. This change transparently chunks binary writes into safe 1MB segments and appends them incrementally, eliminating freezes while keeping the public API unchanged.

#74

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