m4nuC / async-busboy

Promise based multipart form parser for KoaJS
MIT License
167 stars 58 forks source link

Updated busboy dep as well as fix race condition in close vs finished events #43

Closed amit777 closed 3 years ago

amit777 commented 3 years ago

I haven't done extensive testing.

alqu commented 3 years ago

Currently using this in a project. Works flawlessly so far. So @m4nuC please accept this PR.

PS the error occurs on "Node v15 on CentOS", but not on "Node v15 MacOS 10.15.7" without this PR. With this PR, there are no errors and/or timeouts.