EarthChen commented on issue #10321: URL: https://github.com/apache/dubbo/issues/10321#issuecomment-1188557139
> 现在是长连接,但是防火墙检测不活跃连接会自动断掉,我看在这个问题里面#9968 处理了保活,好像是4月份改的,目前版本不行吗 这个 pr 实现的是 http2的 keep alive,实现的有一些问题,所以关闭了。但是目前还是有 tcp 的 idle handler 有 tcp 的心跳的,理论上不应该出现不活跃。而且 就算实现了 http2的 keep alive,在idle 一段时间后,他会认为连接无用了也会自己关闭连接的。 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
