cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

Processing PowerInfo broadcast async

Open ajadusum opened this issue 1 year ago • 2 comments

Issue: PowerInfoReceiver in HttpClient is processing broadcast on main thread. Android guideline is to avoid working on main thread on broadcast.

Fix: HttpClient already has a executor, processing the broadcast message async on the executor.

ajadusum avatar Jan 04 '24 22:01 ajadusum