From 05cf9370c89a1c334ddab552fd75959194489d5a Mon Sep 17 00:00:00 2001 From: Axel Suarez Date: Tue, 28 Oct 2025 11:41:59 -0700 Subject: [PATCH] Temporal fix for typing indicator --- .../microsoft_agents/hosting/core/app/typing_indicator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/typing_indicator.py b/libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/typing_indicator.py index 24b3c0a0..f60d8b45 100644 --- a/libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/typing_indicator.py +++ b/libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/typing_indicator.py @@ -76,4 +76,3 @@ async def _typing_loop(self, context: TurnContext): await asyncio.sleep(self._intervalSeconds) except asyncio.CancelledError: logger.debug("Typing indicator loop cancelled") - raise