Skip to content

Commit 964c668

Browse files
committed
Update websockets to 14.2, remove invalid argument
1 parent 346cc19 commit 964c668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_diffusion/comfy_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ async def _run_job(self, job: JobInfo):
234234
async def _listen(self):
235235
url = websocket_url(self.url)
236236
async for websocket in websockets.connect(
237-
f"{url}/ws?clientId={self._id}", max_size=2**30, read_limit=2**30, ping_timeout=60
237+
f"{url}/ws?clientId={self._id}", max_size=2**30, ping_timeout=60
238238
):
239239
try:
240240
await self._subscribe_workflows()

0 commit comments

Comments
 (0)