提交 8d705339 编写于 作者: 彭勇升 pengys 提交者: wu-sheng

Fixed buffer lost. (#3118)

上级 ed507b78
......@@ -145,6 +145,10 @@ public class DataStreamReader<MESSAGE_TYPE extends GeneratedMessageV3> {
}
}
}
if (bufferDataCollection.size() > 0) {
reCall();
}
} catch (IOException e) {
logger.error(e.getMessage(), e);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册