GreateCode commented on issue #1241:
URL: https://github.com/apache/brpc/issues/1241#issuecomment-2143792989
vx:chao10001,求拉谢谢
--
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
zhangyachen opened a new issue, #2657:
URL: https://github.com/apache/brpc/issues/2657
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
我正在从grpc切换到brpc框架,想请教一下brpc异步server的使用方式问题。
### 背景:
在我们需要实现rpc server接口中,会调用一个异步接口async(),调用后立即返回。
当async背后的逻辑处理完成,会调用提前设置好