zhaocc1106 opened a new issue, #2033: URL: https://github.com/apache/incubator-brpc/issues/2033
**Describe the bug (描述bug)** thrift模式下,想通过done->Run()调用提前返回给客户端,之后再做一些其他工作,但是看起来不能提前返回,代码如下: <img width="719" alt="image" src="https://user-images.githubusercontent.com/26559935/205464041-137d44f4-3d8f-4d82-b1ed-69d686df4560.png"> 客户端总是延迟1s才能收到回复。 std模式没问题。 **To Reproduce (复现方法)** **Expected behavior (期望行为)** hrift模式下,想通过done->Run()调用可以提前返回给客户端。 **Versions (各种版本)** OS: SMP Debian 4.19.181-1 (2021-03-19) x86_64 x86_64 x86_64 GNU/Linux Compiler: gcc g++ brpc: 1.3.0 protobuf: thrift **Additional context/screenshots (更多上下文/截图)** -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
