mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-01-28 09:47:17 +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