getsenic/gatt-python

connect is blocking other device updates

paolocolourblind opened this issue · 0 comments

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?