ソースを参照

disable channel overflow early return for now

backfeed-full-error
Fusl 1年前
コミット
6f89d42312
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      main.go

+ 2
- 2
main.go ファイルの表示

@@ -77,8 +77,8 @@ func (that *ProjectBackfeedManager) PushItem(ctx context.Context, item *Backfeed
return fmt.Errorf("backfeed channel closed")
case that.C <- item:
return nil
default:
return fmt.Errorf("backfeed channel full")
//default:
// return fmt.Errorf("backfeed channel full")
}
}



読み込み中…
キャンセル
保存