소스 검색

Reinstate 'backfeed channel full' error.

backfeed-full-error
arkiver 1 년 전
부모
커밋
9e01b7d6f8
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")
}
}



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