-
Notifications
You must be signed in to change notification settings - Fork 3
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
Writing to sdtin crashes sketch #29
Comments
happy to accept a PR to fix it (both the typo and the bug) |
the typo is not a problem, but how to even debug the crash?
Are there any typescript declarations for the apple javascript types? Couldn't find any so far. (What's the name of that apple js runtime? Asking so that i can search for it) |
There is (sometimes) a crash report created in console.
edit: i guess the panic is caused by the blocking write op, that would block the current queue, causing a deadlock? |
Hi,
i need to run code in nodejs. So my idea was to spawn a nodejs process and communicate with it by sending jsonl messages to stdin (you call it sdtin) & getting jsonl messages back from stdout.
But when i attempt to write to stdin it just crashes sketch. No crash reports in console.
The text was updated successfully, but these errors were encountered: