marsevilspirit commented on code in PR #2906: URL: https://github.com/apache/dubbo-go/pull/2906#discussion_r2134660557
########## graceful_shutdown/shutdown.go: ########## @@ -63,25 +63,25 @@ func Init(opts ...Option) { for _, opt := range opts { opt(newOpts) } - compatShutdown = compatShutdownConfig(newOpts.Shutdown) + shutdown := newOpts.Shutdown Review Comment: use newOpts.Shutdown directly. -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org