mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-09-14 04:46:36 +08:00
e7314f49e6
Because `client_id` was missing from ths `progress_state` message, it was being sent to all connected sessions. This technically meant that if someone had a graph with the same nodes, they would see the progress updates for others. Also added a test to prevent reoccurance and moved the tests around to make CI easier to hook up.