oathdruid commented on issue #2671:
URL: https://github.com/apache/brpc/issues/2671#issuecomment-2224275781

   Single ProtobufMessageManager is shared between concurrent rpcs. So two 
concurrent rpc may invoke their get request and get response interleaved.
   
   But without some identifier, ProtobufMessageManager could not distinguish 
them, and cannot pair them up properly on same arena.


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to