RxAndroidBle crash on subscribe to multiple characteristics
问题 I'm currently working on an Android app for a proprietary Bluetooth Low Energy device. I decided to use RxAndroidBle and I'm happy with it's relative ease of use compared to the built-in bluetooth stack. Where I'm running into problems: I need to subscribe to two characteristics and continuously read and aggregate their values. Looking at this example page, http://polidea.github.io/RxAndroidBle/, I have been able to read multiple characteristics as per the example, but have been unsuccessful