未验证 提交 2aec65be 编写于 作者: Z zmxdream 提交者: GitHub

[GPUPS]fix ChannelReader (#46575)

上级 8c5b9cf8
......@@ -353,7 +353,7 @@ class ChannelReader {
}
if (cursor_ >= buffer_.size()) {
cursor_ = 0;
if (channel_->read(buffer_) == 0) {
if (channel_->Read(buffer_) == 0) {
failed_ = true;
return *this;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册