mirror of
https://github.com/elisspace/core.git
synced 2026-09-18 00:36:38 +00:00
Fix race in bluetooth async_process_advertisements (#76176)
This commit is contained in:
@@ -856,6 +856,9 @@ async def test_process_advertisements_bail_on_good_advertisement(
|
||||
)
|
||||
|
||||
_get_underlying_scanner()._callback(device, adv)
|
||||
_get_underlying_scanner()._callback(device, adv)
|
||||
_get_underlying_scanner()._callback(device, adv)
|
||||
|
||||
await asyncio.sleep(0)
|
||||
|
||||
result = await handle
|
||||
|
||||
Reference in New Issue
Block a user