-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Problem
Input file upload and input folder upload are currently done synchronously which is blocking the event loop.
Proposed solution
Input file and input folder upload are asynchronous and don't not block the event loop. To achieve this, rewrite key API methods and file upload methods to be async and utilize async/await (this will be a breaking change to the API).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request