浏览代码

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



正在加载...
取消
保存