jenrryyou opened a new pull request, #2889: URL: https://github.com/apache/brpc/pull/2889
### What problem does this PR solve? https://github.com/apache/incubator-brpc/blob/master/docs/cn/streaming_rpc.md "目前的实现还没有自动切割过大的消息,同一个tcp连接上的多个Stream之间可能有[Head-of-line blocking](https://en.wikipedia.org/wiki/Head-of-line_blocking)问题,请尽量避免过大的单个消息,实现自动切割后我们会告知并更新文档" 之前#1947 这个MR存在一点问题(见 comment)一直没有合入。最近内部有很多业务有需求,我重新实现了下。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org