Philip Peitsch
Philip Peitsch
> The app waits for the device getting connected state, and then calls discoverServices. After getting the results, the app sets the pressure characteristics to notify and subscribes to it....
This is very much making me appreciate how complex Android's BLE stack really is. Basically, we have the following systems in play: 1. `connect` explicitly tries to connect to a...
This comment was potentially against the wrong issue @graphefruit ? Should be against #975?
Hi @xalepo4 How long are you leaving the app between closing and opening again? Are you able to confirm from the peripheral side that the phone is actually disconnecting? There's...
Oh, if possible, grabbing a copy of the adb logs (e.g., `adb logcat > debug.logs`) may give us some extra information to work with.
@xalepo4 I'm away on a vacation at the moment. It'll be about 1.5 weeks before I have a chance to dig into this further.
@xalepo4 Is it possible to grab an equivalent debug.txt log from the working version? Just to confirm, when you say "close the app", are you meaning when you swipe it...
That's extremely surprising! Impressive investigating skills 🙂 ... thanks for sharing the discovery.
Unfortunately, a rename is not enough here. With this change in place, my test set (https://github.com/peitschie/cordova-plugin-file-type-tests) still sees this problem when your change here is applied. ``` index.ts:15:37 - error...
Ah! You're absolutely right @ajuanjojjj In that case, I agree your fix here is the right one.