rdeo-aziwell
Results
2
issues of
rdeo-aziwell
#### Issue details Using an AndroidFragmentApplication causes the app to kill itself when onPause is called. Error log: waiting for pause synchronization took too long; assuming deadlock and killing ####...
Everything locks if I try to use more that one device: ```kotlin @Test fun deadLockTwoDevices() = runBlocking { val j1 = scope.launch { repeat(5) { val c1 = ClientBleGatt.connect(InstrumentationRegistry.getInstrumentation().targetContext, address,...