Akheon23 / marketlicensing

Automatically exported from code.google.com/p/marketlicensing
Apache License 2.0
0 stars 0 forks source link

Library leaves background thread running after license check succeeds #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After a license check succeeds, we still leave one background thread running. 
This will get removed when LicenseChecker.onDestroy() gets called, but we 
should try to clean up immediately.

Original issue reported on code.google.com by trevorjohns@google.com on 6 Aug 2010 at 1:54