jamesge commented on issue #1089: brpc支持链接保活吗?怎么设置? URL: https://github.com/apache/incubator-brpc/issues/1089#issuecomment-614486542 server端关闭连接大概率会导致client端关闭连接,下次rpc时会按需创建连接,对用户是透明的。即使一些原因下(fin包丢失)client端没关闭连接,下次写时也会发现,重试会解决这个问题。
---------------------------------------------------------------- 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]
