Merge pull request #21 from burakgizlice/fix/pipeline-frame-stealing

fix: remove frame-stealing read from pipeline loop
This commit is contained in:
Leonardo Trapani
2026-02-15 16:38:10 +01:00
committed by GitHub
-2
View File
@@ -196,8 +196,6 @@ func (p *pipeline) run(ctx context.Context) {
for {
select {
case <-frameCh:
case action := <-p.actionCh:
switch action {
case Inject: