Closed jovial closed 7 years ago
I think I forgot to shutdown the TurboService when we are done with it in the CalibrateActivity
. We likely need a call to TurboService#shutdown
(if the service is connected) in the Activity's onPause method (or similar). Otherwise, we leak the ant connection and won't be able to connect again without force stopping the app.
This works well enough. Sometimes you need to retry.
At the very least we need to check this works. Bonus points will be awarded for adding additional window dressing.