modal-examples
modal-examples copied to clipboard
Unclosed client session
Hi
I'm using deployed comfy_ui.py (06_gpu_and_ml/comfyui/comfy_ui.py)
and I'm encountering unclosed client connections, potentially causing resource leaks. Issue appears during API interactions. works fine when using the browser.
It's worth noting that this issue arises one minute after receiving a successful response to a request.
Hi @ZekiJohn, you can disregard this message. We'll have a fix for this at some point in the near future.
The unclosed client sessions are only left behind on container shutdown, when they'll be closed anyway since the process exits. There's no resource leak.