Device doesn't stay connected on iOS
See original GitHub issueI’m using this library to connect to a device but the device keeps disconnecting with this error DisconnectedPeripheral by lost signal
. However the devices are sitting right next to each other. This happens on iOS every time. After about 2 - 10 seconds the device disconnects. On android the device stays connected so I know there is nothing wrong with the device.
Steps to reproduce
-
Connect to a device with iOS
-
Wait 2 - 10 seconds
-
Watch the device disconnect
Expected behavior
The device should stay connected
Actual behavior
The device drops connection even though the devices are right next to each other
Configuration
Plugin version: 1.1.0
OS: iOS 10.2
Devices: iPhone 5, iPhone 6 Plus
Other things I’ve tried: Toggling Bluetooth off and on, on the phones and the target device. Rebooting the phones, and the target device. Replacing batteries in target device.
I suspect you will have a hard time reproducing this. Is there anything else I can try, or something that might give you more to go on?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7
Top GitHub Comments
should be fixed in 1.2.0
Meh. fixing this isn’t done with adding a
using
😦