zyearn commented on pull request #1219: URL: https://github.com/apache/incubator-brpc/pull/1219#issuecomment-681989084
多谢领取这个[issue](https://github.com/apache/incubator-brpc/issues/1209)。 改的时候需要注意一点:不仅仅只是把HealthCheckThread替换成StartHealthCheck。 由于原来的HealthCheckThread是个bthread,所以在原来的上下文是通顺的,而StartHealthCheck新建了一个由timer处理的任务,这里的上下文需要对应的修改一下。 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
