Update apps and examples to await .terminated

This commit is contained in:
Dennis Heinze
2026-01-24 00:20:55 +01:00
parent 3f9ef5aac2
commit 49530d8d6d
23 changed files with 23 additions and 23 deletions

View File

@@ -422,7 +422,7 @@ async def main() -> None:
# Setup a server
await server(device)
await hci_transport.source.wait_for_termination()
await hci_transport.source.terminated
# -----------------------------------------------------------------------------