examples(foundational): update handle_signint depending on transport

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-27 08:02:16 -07:00
parent 884268fce3
commit 6393e89022
123 changed files with 290 additions and 269 deletions

View File

@@ -103,7 +103,7 @@ async def main():
logger.info(f"Client disconnected")
await task.cancel()
runner = PipelineRunner(handle_sigint=False)
runner = PipelineRunner()
await runner.run(task)