Files
open-webui/backend/open_webui
Skyzi000andGitHub 09dccdd42f fix: use unique client_id per ComfyUI WebSocket connection (#23592)
Using user.id as client_id causes WebSocket deadlocks when the same
user generates images concurrently (e.g., multi-model chat). ComfyUI
routes messages by clientId, so shared IDs mean only one connection
receives the completion — others hang forever.

Generate a unique UUID per request, matching ComfyUI's own examples.
2026-04-11 14:55:04 -06:00
..
2026-04-01 18:26:46 -05:00
2026-04-02 22:34:51 -05:00
2026-03-26 19:01:33 -05:00
2026-04-01 07:42:11 -05:00
2026-03-23 23:39:52 -05:00
2026-04-10 10:15:55 -07:00
2026-03-24 15:41:26 -05:00
2026-04-02 19:31:15 -05:00
2026-03-25 17:29:57 -05:00
2026-04-08 13:34:23 -07:00
2026-04-02 19:31:15 -05:00