Skip to content

Make files upload async #573

@andrii-i

Description

@andrii-i

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions