DayDayUpAllInOne

Results 2 comments of DayDayUpAllInOne

> What version of Kable are you using? hi twyatt, the Kable version I use is 0.24.0, this problem occurs on iOS, Android is normal

I added the observationExceptionHandler method, and the program can receive the notification data from the Bluetooth device normally. ```kotlin val peripheral = defaultScope.peripheral(it) { onServicesDiscovered { bleLogger.i("""BleClient/startScan/onServicesDiscovered:${it.peripheralName}""") } observationExceptionHandler {...