From cc81142febeb716972cbdc6cb4bf7263ca9d2a5a Mon Sep 17 00:00:00 2001 From: Dickson Tsai Date: Fri, 29 Aug 2025 19:53:36 -0700 Subject: [PATCH] Fix example not to background --- examples/streaming_mode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/streaming_mode.py b/examples/streaming_mode.py index 171deed..333b488 100755 --- a/examples/streaming_mode.py +++ b/examples/streaming_mode.py @@ -429,8 +429,8 @@ async def example_error_handling(): await client.connect() # Send a message that will take time to process - print("User: Run a bash sleep command for 60 seconds") - await client.query("Run a bash sleep command for 60 seconds") + print("User: Run a bash sleep command for 60 seconds not in the background") + await client.query("Run a bash sleep command for 60 seconds not in the background") # Try to receive response with a short timeout try: