You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently lose focus whenever we write a video. This makes running the system locally difficult.
It seems that we don't face this issue when running everything in a single thread. It's plausible that focus is only stolen when a new thread is initialized, so keeping a couple long-lived worker threads may solve the issue.
The text was updated successfully, but these errors were encountered:
We currently lose focus whenever we write a video. This makes running the system locally difficult.
It seems that we don't face this issue when running everything in a single thread. It's plausible that focus is only stolen when a new thread is initialized, so keeping a couple long-lived worker threads may solve the issue.
The text was updated successfully, but these errors were encountered: