deno
82588c38 - fix(ext/node): fix child_process.send() backpressure return value (#33869)

Commit
139 days ago
fix(ext/node): fix child_process.send() backpressure return value (#33869) - Fix `child_process.send()` to return `false` when more than one message is queued waiting for a handle ACK, matching Node.js behavior - Previously used a threshold of 16 (`handleQueue.length < 16`), now uses `handleQueue.length === 1` to signal backpressure after the first queued message
Author
Parents
Loading