Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Http progress listener has serious performance issue on Android #267

@fireonmac

Description

@fireonmac

Is your feature request related to a problem? Please describe.
Http.AddListener('progress', (e) => ...) has serious performance issue when downloading large file(about 50mb) on Android device. I used it to show the progress of file download, but it makes my app too slow.

Describe the solution you'd like
It would be great to behave just like it does on IOS

Describe alternatives you've considered
How about limit frequency of emitting progress event only on Android

Additional context
This problem already seemed to be discussed in #195, but it was closed and still remains unfixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions