Closed Kaishu-Sahu closed 6 years ago
On every "updateDuration" seconds a new thread gets created and when the number of threads reaches the certain value, it causes ANR.
I have shifted to Rx to avoid using multiple threads and their lifecycles. Rx handles everything. Checkout the rx-support branch.
On every "updateDuration" seconds a new thread gets created and when the number of threads reaches the certain value, it causes ANR.