BE portion of seamless clipboard transfer in browser stream (#3788)

This commit is contained in:
Jonathan Dobson
2025-10-22 11:57:50 -04:00
committed by GitHub
parent 24763b6a5a
commit b52e88bd99
8 changed files with 445 additions and 97 deletions

View File

@@ -233,7 +233,7 @@ async def verify_workflow_run(
return workflow_run, addressable_browser_session
async def loop_verify_browser_session(verifiable: sc.CommandChannel | sc.Streaming) -> None:
async def loop_verify_browser_session(verifiable: sc.MessageChannel | sc.Streaming) -> None:
"""
Loop until the browser session is cleared or the websocket is closed.
"""
@@ -266,7 +266,7 @@ async def loop_verify_task(streaming: sc.Streaming) -> None:
await asyncio.sleep(2)
async def loop_verify_workflow_run(verifiable: sc.CommandChannel | sc.Streaming) -> None:
async def loop_verify_workflow_run(verifiable: sc.MessageChannel | sc.Streaming) -> None:
"""
Loop until the workflow run is cleared or the websocket is closed.
"""