You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
In v0.10
child_processtarget.sendsometimes returns if thewriteQueueSizeis smaller than some "arbitrary" value https://github.com/joyent/node/blob/v0.10/lib/child_process.js#L481 but not all code paths do this.In v0.12 we don't even bother trying to report the value https://github.com/joyent/node/blob/v0.12/lib/child_process.js#L415
We should make the code paths consistent for v0.10, merge the branch into v0.12, and then fix the v0.12 issue.