Files
open-webui/backend
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-03-24 19:43:30 -05:00
2026-03-07 17:12:22 -06:00
2026-03-24 20:06:43 -05:00
2026-03-24 19:43:30 -05:00
2026-03-24 19:43:30 -05:00