mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-27 15:20:49 +08:00
- 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 |
||
|---|---|---|
| .. | ||
| utils | ||
| __init__.py | ||
| CLAUDE.md | ||
| constants.py | ||
| manager_core.py | ||
| manager_server.py | ||
| share_3rdparty.py | ||