Oxidaner commented on PR #3293: URL: https://github.com/apache/dubbo-go/pull/3293#issuecomment-4332822214
> 当前PR有文件冲突,重点是如下问题:server/server.go:346完成关闭后再次ServeContext的生命周期缺陷。第一次全局关闭结束后,进程级graceful_shutdown.Done()已关闭;后续再次启动会重新导出/注册,但会立刻走已关闭的Done分支返回,而且这次启动的资源不会被回复清理。这个问题我已经发到PR行内评论里了。 done -- 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]
