WonderLiu96 commented on issue #2384:
URL: https://github.com/apache/brpc/issues/2384#issuecomment-1725185436

   > 空闲关闭的,还需要感知和重试吗?
   
   
可能我没有表达清楚,我意思是client通过缓存的channel和server通信,但是在一次通信之后,长时间未通信,连接被server关闭。关闭后,client再发送请求,就会得到E112。而这个错误只需要等HealthCheck之后重试就行了,我们的需求是在我们这一层是要作为SDK给用户使用,所以这种错误我们想能够精确知道,然后内部直接重试吞掉。但E112看文档有很多原因可能导致,因此我们想能不能有其他精确的定位这个错误的方式。


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