aiohomekit icon indicating copy to clipboard operation
aiohomekit copied to clipboard

BLE has a race where a disconnected event is being processed and its unpaired

Open bdraco opened this issue 1 year ago • 0 comments

  • disconnected event happens
  • unpair gets the lock
  • disconnected event gets the lock
  • disconnected event throws all kinds of errors

This one is harder to fix. will likely need a flag to tell if the pairing is active

bdraco avatar Aug 04 '22 09:08 bdraco