소스 검색

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")
}
}



불러오는 중...
취소
저장