-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
reference leak #127
Comments
still ocurring in 0.8.0 |
@abner so far during usage i have not found any issues because of this, based on your experience can you tell if this is concerning or we can treat it as a let's say a warning ? |
I'm also facing a memory leak problem, but i have no idea why's it 😂 |
version: 0.8.1
final evalXhrResult = this.evaluate(xhrJsCode);
if (_XHR_DEBUG) print('RESULT evalXhrResult: $evalXhrResult');
In addition, I find in other place also has not free ref.
maybe every place use evaluate to get function has not free JsRef. hope someone to update it!!!!! |
it's a good library, hope it does not get abandoned. |
flutter_js: ^0.7.0
The text was updated successfully, but these errors were encountered: