This commit is contained in:
qwertzman-png 2023-04-21 01:42:05 +02:00 committed by GitHub
parent 292bfb82b6
commit 6315e5292b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,8 +133,8 @@ class ComfyApi extends EventTarget {
* Initialises sockets and realtime updates
*/
init() {
this.#createSocket();
//this.#createSocket();
this.#pollMessageQueue();
}
/**