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
Flask supports async routes since version 2.0. We should support them in our FlaskApp. Without looking into it, I assume we need to detect if the view function is sync or async and based on that apply either sync or async decorators.
The text was updated successfully, but these errors were encountered:
Flask supports async routes since version 2.0. We should support them in our
FlaskApp
. Without looking into it, I assume we need to detect if the view function is sync or async and based on that apply either sync or async decorators.The text was updated successfully, but these errors were encountered: