getsenic / gatt-python

Bluetooth GATT SDK for Python
MIT License
318 stars 86 forks source link

connect is blocking other device updates #58

Open paolocolourblind opened 4 years ago

paolocolourblind commented 4 years ago

I have 2 BLE sensors both transmitting continuously. I then cut power to one of the sensors. On disconnect, I try to try re-establishing connection to the BLE device by calling connect. This blocks all the updates from the other sensor until the connect fails. Is this the expected behaviour?