wwbmmm commented on issue #1561: URL: https://github.com/apache/incubator-brpc/issues/1561#issuecomment-938313261
> 试用了1560提交的那个版本的uds,发现两个问题:1. 如果客户端先启动,服务端后期动,客户端无法连接到服务端。2. 服务端生成sock文件如果不删除,会bind失败。 1. 我试了下,如果客户端先启动,服务端后启动,客户端会在服务端启动3秒后连接到服务端。不知道你具体是怎么操作的? 2. 可以设置gflag reuse_uds_path=true,这样就会自动删除sock文件 -- 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]
