Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [Android] memory leakage leads to app crashes #359

Closed
silkimen opened this issue Aug 17, 2020 · 2 comments
Closed

[Bug] [Android] memory leakage leads to app crashes #359

silkimen opened this issue Aug 17, 2020 · 2 comments
Labels

Comments

@silkimen
Copy link
Owner

silkimen commented Aug 17, 2020

Describe the bug
App crashes on Android due to a memory leakage in this plugin. This problem only occurs when the plugin is used heavily and many requests are made in a short period of time.

Minimum viable code to reproduce

for (let i = 0; i < 2000; ++i) {
  cordova.plugin.http.get('https://httpbin.org/anything', {}, {}, success, fail);
}

Screenshots
CleanShot 2020-07-22 at 00 57 03@2x

@SamerAtawna
Copy link

I have updated to 3.0.1 and this issue still exists :/ any suggestions?

@SamerAtawna
Copy link

@silkimen I have updated to 3.0.1 and this issue still exists :/ any suggestions? thanks

ath0mas pushed a commit to ns0m/cordova-plugin-advanced-http that referenced this issue Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants