Files
open-webui-ai4me/backend/open_webui/routers
Skyzi000 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-03-17 17:58:01 -05:00
2026-04-02 19:31:15 -05:00
2026-04-01 04:36:02 -05:00
2026-04-02 02:05:35 -05:00
2026-04-01 05:55:48 -05:00
2026-03-26 18:17:49 -05:00
2026-04-02 08:11:06 -05:00
2026-04-02 17:58:11 -05:00
2026-03-17 17:58:01 -05:00
2026-03-24 04:49:48 -05:00
2026-03-17 17:58:01 -05:00
2026-03-24 06:07:20 -05:00
2026-03-24 04:49:48 -05:00
2026-04-02 22:34:51 -05:00
2026-04-02 02:06:21 -05:00
2026-04-08 14:32:34 -07:00
2026-03-24 04:49:48 -05:00
2026-04-02 02:06:21 -05:00
2026-04-01 05:52:03 -05:00
2026-03-24 18:05:19 -05:00
2026-03-17 17:58:01 -05:00
2026-03-17 17:58:01 -05:00
2026-03-29 21:01:10 -05:00
2026-04-02 02:06:21 -05:00
2026-04-01 01:21:21 -05:00
2026-03-26 19:01:33 -05:00