Use uvicorn
for running Flask
#1055
Labels
flag-blocked
Currently cannot be resolved.
priority-3-low
May be resolved one any timeline.
type-revision
About a change in functionality or behavior
Current Situation
We currently do not use
uvicorn
for running flask due toflask-sock
's incompatibility withWsgiToAsgi
middleware.Proposed Actions
When/if
WsgiToAsgi
middleware gets compatibility withflask-sock
, we should migrate ourflask
backend to useuvicorn
Blocked on miguelgrinberg/flask-sock#58
The text was updated successfully, but these errors were encountered: