yichenluan commented on issue #1047: brpc 是否没法保证一个连接上的请求顺序处理?有参数可以控制吗? URL: https://github.com/apache/incubator-brpc/issues/1047#issuecomment-591750374 @jamesge 我现在的想法是在 ParseMessage 时,如果没有 in-flight 的消息,原地调用 Process,如果有的话,就把 InputMessageBase* 加到 context 的 list 里,然后在当前正在运行的 handle 的 DoneClosure 里,调用 bthread_start_background 处理 list 里的消息,请问这样会有问题吗?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
