pinojs / sonic-boom

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

What happens when minLength exceeds MAX_WRITE? #100

Closed ronag closed 3 years ago

ronag commented 3 years ago

Seems like a very unlikely edge case in practice but I don't think it's properly handled.

ronag commented 3 years ago

Should probably throw?

ronag commented 3 years ago

good first issue?

mcollina commented 3 years ago

It should throw, yes