ComfyUI-Manager/comfyui_manager/glob
bymyself b089db79c5 [fix] Restore proper thread-based TaskQueue worker management
- Fix async/sync mismatch in TaskQueue worker implementation
- Use threading.Thread with asyncio.run() as originally designed
- Remove incorrect async task approach that caused blocking issues
- TaskQueue now properly manages its own thread lifecycle
- Resolves WebSocket message delivery and task processing issues
2025-06-13 20:27:41 -07:00
..
utils migrate to data models for all routes 2025-06-13 19:37:57 -07:00
__init__.py restructuring 2025-04-13 09:26:02 +09:00
CLAUDE.md add claude memory 2025-06-13 19:37:57 -07:00
constants.py [feat] Add client_id support to task queue system 2025-06-13 19:33:05 -07:00
manager_core.py Merge branch 'main' into draft-v4 2025-05-19 06:07:31 +09:00
manager_server.py [fix] Restore proper thread-based TaskQueue worker management 2025-06-13 20:27:41 -07:00
share_3rdparty.py fixed: avoid except: 2025-04-21 12:42:50 +09:00