mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
Update apps and examples to await .terminated
This commit is contained in:
@@ -726,7 +726,7 @@ class Speaker:
|
||||
print("Waiting for connection...")
|
||||
await self.advertise()
|
||||
|
||||
await hci_source.wait_for_termination()
|
||||
await hci_source.terminated
|
||||
|
||||
for output in self.outputs:
|
||||
await output.stop()
|
||||
|
||||
Reference in New Issue
Block a user