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
Fixed a PipelineWorker whose pipeline ended on its own (an EndFrame it queued, an idle timeout, a fatal error) leaving its child workers running, which kept the WorkerRunner from exiting. The worker now cancels its children as it finishes.