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
Add AsyncHandlingMiddleware that will accept is_async parameter from extra data and if it's True, then create a task for a next handler and return None without awaiting its result
The text was updated successfully, but these errors were encountered:
Add
AsyncHandlingMiddleware
that will acceptis_async
parameter from extra data and if it'sTrue
, then create a task for a next handler and returnNone
without awaiting its resultThe text was updated successfully, but these errors were encountered: