netjia-cpu commented on issue #2146:
URL: https://github.com/apache/brpc/issues/2146#issuecomment-1485045065

   这个问题对目前的业务影响很大,比较头疼。我想到的办法是:
   1.放弃使用brpc,改用grpc,但是grpc没brpc好,c++的grpc太臃肿了
   2.改源码,把Socket类改写掉,去掉那一堆复杂的原子计数,用最简单的方式实现
   3.应用层规避,brpc持续出现这个错误码,进程就自杀(把channel delete掉,重连,不知道是否有效果)


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