-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
Description
Is there any way to get event or provide event loop for the fast api app. I would like to run low level tcp server(asyncio low-level protocols) and fast api within the same process. So I need to reuse the same event loop for both of them. Is it possible doing somehow?
Reactions are currently unavailable