yangkangka commented on issue #945:
URL: https://github.com/apache/brpc/issues/945#issuecomment-2208385094
请求了10个sub_req,有1个触发重试,返回了11个sub_res
--
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
GreateCode opened a new issue, #2680:
URL: https://github.com/apache/brpc/issues/2680
**Describe the bug (描述bug)**
server给client端发送几十个G的数据,期间client挂。
StreamWait的due_time设置的是100ms(是错的,应该是时间点),但也不应该卡住吧。
client挂和StreamWait卡住先后顺序不确定。
栈信息如图,请大佬帮忙看看是什么原因。
`
while(1) {
GreateCode commented on issue #2680:
URL: https://github.com/apache/brpc/issues/2680#issuecomment-2208702573
@chenBright @wwbmmm 大佬~
--
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 c
howarle commented on PR #2678:
URL: https://github.com/apache/brpc/pull/2678#issuecomment-2209903783
这个似乎是UT的概率fail问题,main上的UT也是fail的
--
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
BiteThet opened a new issue, #2681:
URL: https://github.com/apache/brpc/issues/2681
If the server side executes a rpc request for more than idle_timeout_sec,
and the connection does not transmit any other rpc during this period, will the
connection be closed in this case, causing the rp