pinojs / sonic-boom

Extremely fast utf8 only stream implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

destroy while opening

ronag opened this issue · comments

i.e.

const ws = new SonicBoom('asd.txt')
ws.destroy()

Will not behave as expected.