mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-10 12:28:38 +02:00
add TODOS
This commit is contained in:
@@ -132,6 +132,7 @@ def test_stream_video(test_client : TestClient) -> None:
|
||||
|
||||
ready_event = threading.Event()
|
||||
stop_event = threading.Event()
|
||||
#TODO: use asyncio
|
||||
stream_thread = threading.Thread(target = open_websocket_stream, args = (test_client, [ 'access_token.' + access_token, 'video' ], source_content, ready_event, stop_event))
|
||||
stream_thread.start()
|
||||
ready_event.wait()
|
||||
|
||||
Reference in New Issue
Block a user