-
Notifications
You must be signed in to change notification settings - Fork 256
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
Leak in Runnable #83
Comments
Bad for things like Toast that might create that many runnables and must be On Fri, Oct 25, 2013 at 9:18 AM, Mathieu Virbel notifications@github.comwrote:
|
Actually, Runnable is part of the android extension, not pyjnius. Somebody already opened the issue in python-for-android, let's continue the discussion in that issue. |
I was using periodically a method decorated with @run_on_ui_thread, and i just got a fail:
So i guess we're leaking Runnable here.
The text was updated successfully, but these errors were encountered: