Memory leak Fastapi Websocket
CrasCris opened this issue · 0 comments
CrasCris commented
Did you face memory leak issues ?, i have a api rest with fastapi and i just wanna try websocket to improve the response time , and it works but i face a memory stack for each request, i even call gc.collect() and close the websocket, i'm using asyncio.get_event_loop() and multiprocess manager