Ho to use correctly uvloop with Fast API and uvicorn? #3681
-
I know when we install the And also i wanna know: should we declare: import asyncio
import uvloop
loop = uvloop.new_event_loop()
asyncio.set_event_loop(loop) before instantiating a app from |
Beta Was this translation helpful? Give feedback.
Answered by
davidjgraph
Jun 20, 2023
Replies: 1 comment 1 reply
-
huh? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
akonitx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
huh?