botbuilder-python
botbuilder-python copied to clipboard
Show typing middleware bugfix
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.