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
When processing large and complex pipelines, there may be a significant delay between the inputs starting and the compilation of the filters and outputs, which does not happen with the ruby execution.
When processing large and complex pipelines, there may be a significant delay between the inputs starting and the compilation of the filters and outputs, which does not happen with the ruby execution.
The issue is that the compilation is done in separate threads in the constructor of the WorkerLoop, but the main thread does not wait for this to be completed before starting the inputs
The text was updated successfully, but these errors were encountered: