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
{{ message }}
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
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.