zhoukangsheng commented on issue #1407:
URL: https://github.com/apache/brpc/issues/1407#issuecomment-2743260248
我也遇到了这个问题,请求具体是哪个issue修复的,看了一圈,各种指向,看懵了
--
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 g
yanglimingcn commented on code in PR #2923:
URL: https://github.com/apache/brpc/pull/2923#discussion_r2007706339
##
src/brpc/server.h:
##
@@ -601,6 +601,16 @@ class Server {
int MaxConcurrencyOf(google::protobuf::Service* service,
const butil::Stri
imdouyu commented on issue #2922:
URL: https://github.com/apache/brpc/issues/2922#issuecomment-2742722080
> 这个栈不太能说明是bRPC的问题,你可以把client的处理逻辑先屏蔽掉吗?然后试试?复现的概率大吗?
脱离场景还不太好复现,大佬有方法可以丰富一下这个堆栈吗
--
This is an automated message from the Apache Git Service.
To respond to the message, please
wwbmmm commented on PR #2918:
URL: https://github.com/apache/brpc/pull/2918#issuecomment-2742807615
> 还有几个问题请教下。
>
> 1. 还会有其他类似的场景吗?实现是在cpp里,只是非LTO模式下,不触发这个问题。
不确定,主要编译器的逻辑会不断迭代,不确定后面还会不会在别的场景触发问题,只能case by case解决了。
> 2. 这个pr的合入后续还需要我这里做什么吗?
不用了,等其他开发者看看还有没有问题,没问题就
yanglimingcn opened a new pull request, #2923:
URL: https://github.com/apache/brpc/pull/2923
### What problem does this PR solve?
Issue Number:
Problem Summary:
### What is changed and the side effects?
Changed:
Side effects:
- Performance effects(性能影响):
chenBright merged PR #2915:
URL: https://github.com/apache/brpc/pull/2915
--
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.or