CycledLeScanner spawning Threads
See original GitHub issueHi,
Just checked 2.15.4 and it works great, just a slight issue. It spawns Threads for repeated scans using CycledLeScanner
. I think that the issue is located in onDestroy()
:
if (mScanHelper.getCycledScanner() == null) {
mScanHelper.getCycledScanner().stop();
mScanHelper.getCycledScanner().destroy();
}
Seems to me that the condition should be != null
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
org.altbeacon.beacon.service.scanner.CycledLeScanner ... - Tabnine
Running tasks concurrently on multiple threads · setScale (BigDecimal) · getOriginalFilename (MultipartFile). Return the original filename in the client's ...
Read more >Altbeacon library foreground mode not working on Android
Hello guys i am using the Altbeacon library to discover beacons to my android application. The service is running in foreground mode to ......
Read more >Spawning a Thread, the D way
Spawning a thread in non-functional languages is considered a very low-level primitive. Often spawn or CreateThread takes a function pointer ...
Read more >Enabling Technologies for Smart Mobile Services - Hindawi.com
be identified from outdoor to indoor, hence creating holistic ... The data-parallel algorithm is executed by multiple threads.
Read more >What does spawning a thread look like in terms of computer ...
If I spawn 20 threads to do these tasks, will a maximum of 8 tasks be executing in parallel at any one time?...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@davidgyoung Seems to be fixed. Thread is killed after every scan. Thank you very much. 😃
@Del-S, please test with this release and see if it affects the issues you see:
https://github.com/AltBeacon/android-beacon-library/releases/tag/2.15.5-alpha1