Alexander Perfilyev
Alexander Perfilyev
Doze mode
Right now it doesn't take doze mode into account. You could add a receiver with a https://developer.android.com/reference/android/os/PowerManager.html#ACTION_DEVICE_IDLE_MODE_CHANGED intent filter. And check doze status via PowerManager.isDeviceIdleMode() method.
also closes #4894 and #4741
**Describe the bug** Let's imagine that we open two sockets to the same path but with different namespaces. Here we see only one connection with the multiplex. Everything is OK....
### Description Thank you for such an excellent library. We wrote our own JUnit rule for finding leaks using a UI Automator test, but we encountered a flaky error on...
**Glide Version**:4.16.0 **Integration libraries**: **Device/Android Version**: **Issue details / Repro steps / Use case background**: I noticed some ANR issues in Firebase that relate to this problem. **Stack trace /...