Skip to content

Commit 4e6ba4a

Browse files
committed
Temporal fix for typing indicator (#209)
1 parent 80361e1 commit 4e6ba4a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/typing_indicator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ async def _typing_loop(self, context: TurnContext):
7676
await asyncio.sleep(self._intervalSeconds)
7777
except asyncio.CancelledError:
7878
logger.debug("Typing indicator loop cancelled")
79-
raise

0 commit comments

Comments
 (0)