-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks on Node 16 #49
Comments
I fixed this issue by removing the cleanup function. Krizz@1a41cf0 It is a quick fix just to get the upload working for myself and I have not tested it thoroughly. But it might be a good start for someone to come up with a proper fix. |
Meh... Still broken. Please mark the project as deprecated on npm. |
I can confirm that @Krizz fix works for me as well. |
still seems to be an issue 😕 in NodeJS 16 |
Did the @Krizz fix not work for you? |
@amit777 it did. I used his fork as a temporarily solution. However, would be nice if library itself also has it. |
same issue. :( |
I don't think the issue is with async-busboy, but instead Koa. NodeJS http is closing the request when I would expect it not to. The issue here is, I think, figuring out why NodeJS is issuing the close event, when we are in the depths of our application code 🤔 |
^^ Same thing as #42
The text was updated successfully, but these errors were encountered: