cs0x7f / cstimer

Professional Speedcubing/Training Timer
GNU General Public License v3.0
566 stars 132 forks source link

Fix connection issue with QiYi cube on Android #404

Closed afedotov closed 4 months ago

afedotov commented 4 months ago

This is just race condition. Write to the characteristic fails because startNotification() is not completed at that point. You need to wait until startNotification() promise is fulfilled.