You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @kukhariev , when using in koa2 framework, the routing controller callback for upload files is async, then upload is defined as sync but it looks like that ServerResponse callback inside the upload is doing as async.
So do you know how to make it fit into koa2? Or provide an async upload version?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @kukhariev , when using in koa2 framework, the routing controller callback for upload files is async, then upload is defined as sync but it looks like that ServerResponse callback inside the upload is doing as async.
So do you know how to make it fit into koa2? Or provide an async upload version?
Thanks
The text was updated successfully, but these errors were encountered: