You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe, that we can check next wrapper kind (but only from the MyMiddleware side, if necessary),
But we can't modify the implementation of these methods, that MyMiddleware provides to us,
User must use async def with await cb(msg) or def with cb(msg)
I'm not sure if this problem can be fixed right now
Tulsene
changed the title
Salient error in middleware
Silent error in middleware
Mar 30, 2021
When I mistakenly use function instead coroutine, I got salient error
The text was updated successfully, but these errors were encountered: