-
Notifications
You must be signed in to change notification settings - Fork 15
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
fs.readSync intermittent error #191
Comments
Thanks @andrewbeckman. Did you notice this after updating to a particular version or has this happened intermittently for awhile? |
We have noticed it across versions for a while. We just updated to the latest version and are still seeing it. |
Thanks. Could you let me know the node version and OS you’re seeing this on? |
So on the team we have mostly Macs running macOS Monterey and node LTS (version 16.x). We have one Linux user running node 18.6.0. We all experience it intermittently, but the Linux user experiences it with greater frequency. |
Awesome, thanks. I'll look into this. |
I haven't been able to reproduce this yet, but doing some research I found this stackoverflow thread that references the same EAGIN issue: https://stackoverflow.com/questions/30441025/read-all-text-from-stdin-to-a-string I'm going to publish an update replacing |
This is published in v0.0.62. LMK if this resolves the issue @andrewbeckman, and if not, I'll do some deeper digging into node. |
When we run
yarn twirpscript
, we are intermittently getting the following error:I unfortunately don't have repeatable steps to reproduce, but here's our
.twirp.json
:The text was updated successfully, but these errors were encountered: