ComfyUI/tests-unit/prompt_server_test
bymyself d74dfd2570 fix: send_progress_text unicasts to client_id instead of broadcasting
- Default sid to self.client_id when not explicitly provided, matching
  every other WS message dispatch (executing, executed, progress_state, etc.)
- Previously sid=None caused broadcast to all connected clients
- Format signature per ruff, remove redundant comments
- Add unit tests for routing, legacy format, and new prompt_id format

Amp-Thread-ID: https://ampcode.com/threads/T-019ca3ce-c530-75dd-8d68-349e745a022e
2026-03-04 20:40:46 +00:00
..
__init__.py Add model downloading endpoint. (#4248) 2024-08-13 15:48:52 -04:00
send_progress_text_test.py fix: send_progress_text unicasts to client_id instead of broadcasting 2026-03-04 20:40:46 +00:00
system_user_endpoint_test.py feat(security): add System User protection with __ prefix (#10966) 2025-11-28 21:28:42 -05:00
user_manager_test.py Add /api/v2/userdata endpoint (#7817) 2025-04-27 20:06:55 -04:00