Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 248 Bytes

File metadata and controls

1 lines (1 loc) · 248 Bytes
  • 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.