Steve Grosbois
Steve Grosbois
Fix this : ``` 05-25 18:28:58:019 D/BluetoothCentralManager(2) : bluetooth turning off 05-25 18:28:58:029 W/BluetoothPeripheral(1533) : cannot cancel connection because no connection attempt is made yet 05-25 18:28:58:389 D/BluetoothCentralManager(2) : bluetooth...
Hi Using 0.3.0, we sometime have this exception ``` Fatal Exception: java.lang.IllegalStateException: Already resumed at kotlin.coroutines.SafeContinuation.resumeWith(SafeContinuationJvm.kt:44) at com.welie.blessed.BluetoothCentralManager$cancelConnection$2$1.onDisconnectedPeripheral(BluetoothCentralManager.kt:538) at com.welie.blessed.BluetoothCentralManager$internalCallback$1$disconnected$1.invokeSuspend(BluetoothCentralManager.kt:209) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:39) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)...
As `work-rxjava3` is available [here](https://mvnrepository.com/artifact/androidx.work/work-rxjava3), is a compatibility with rxjava 3 on the roadmap ?
Available artifact on jitpack : ``` implementation "com.github.playmoweb:RxWorkManagerObservers:rxjava3-SNAPSHOT" ``` Closes #5
setFormatter is not called in createPins Example : 1. We call setFormater wich set formater to pins 2. We call setRangePinsByValue which call createPins wich call new pins without formater
Hi ! When did you publish a new release on jcenter/maven central ? Thanks !