Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show typing middleware bugfix #2220

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alexrecuenco
Copy link
Contributor

Fixes #1980

Description

The typing middleware creates a long running task that is not cleared

Specific Changes

  • The first commit shows a reproducible test of this bug
  • The second commit fixes the bug

Testing

The tests are added on the first commit.

@alexrecuenco alexrecuenco force-pushed the show_typing_middleware_bugfix branch from 1010ba5 to afdbbf8 Compare March 25, 2025 19:21
It doesn't stop sending activities, this commit is just the test showing the failure.

Under TDD principles
@alexrecuenco alexrecuenco force-pushed the show_typing_middleware_bugfix branch from afdbbf8 to c3e6628 Compare March 25, 2025 19:23
@tracyboehrer tracyboehrer assigned axelsrz and unassigned axelsrz Mar 27, 2025
@tracyboehrer tracyboehrer requested a review from axelsrz March 27, 2025 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ShowTypingMiddleware - Infinite loop of typing activity when Adapter on_error() method is called.
2 participants