mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-06-23 17:07:44 +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