pinojs / sonic-boom

Extremely fast utf8 only stream implementation
MIT License
266 stars 41 forks source link

fix: if writingBuf then we are writing #125

Closed ronag closed 2 years ago

ronag commented 2 years ago

This breaks the write later on recoverable error test. But I don't understand how that's supposed to work at all since we only retry EAGAIN errors?