mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-10 01:02:56 +08:00
.
This commit is contained in:
parent
b1677a80f3
commit
3680b75f88
@ -47,7 +47,7 @@ class ComfyApi extends EventTarget {
|
||||
this.dispatchEvent(new CustomEvent("executed", { detail: msg.data }));
|
||||
break;
|
||||
}
|
||||
lastMessage = i;
|
||||
lastMessage = msg.poll_id;
|
||||
});
|
||||
}, 2000)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user