Merge pull request #21 from burakgizlice/fix/pipeline-frame-stealing
fix: remove frame-stealing read from pipeline loop
This commit is contained in:
@@ -196,8 +196,6 @@ func (p *pipeline) run(ctx context.Context) {
|
|||||||
|
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-frameCh:
|
|
||||||
|
|
||||||
case action := <-p.actionCh:
|
case action := <-p.actionCh:
|
||||||
switch action {
|
switch action {
|
||||||
case Inject:
|
case Inject:
|
||||||
|
|||||||
Reference in New Issue
Block a user