Open
Description
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
4.16.2
Describe the bug
The typing for the middleware on_turn handler is:
Notice the arguments is a
TurnContext
?
However, it's called like:
Here call_next_middleware
takes no arguments.
This results in:
TypeError: MiddlewareSet.receive_activity_internal.<locals>.call_next_middleware() takes 0 positional arguments but 1 was given