N0taN3rd / node-warc

Parse And Create Web ARChive (WARC) files with node.js
MIT License
92 stars 20 forks source link

Only callback once in WARCStreamTransform._flush #48

Open megabug opened 2 years ago

megabug commented 2 years ago

Calling done() in both _consumeChunk and _flush will cause an ERR_MULTIPLE_CALLBACK error.

mattfysh commented 2 years ago

I just ran into this error - is there a workaround while waiting for the merge?

davidbielik commented 1 year ago

@N0taN3rd are there any maintainers on this repo?