XnLemon commented on code in PR #3591:
URL: https://github.com/apache/dubbo-go/pull/3591#discussion_r3723552511


##########
graceful_shutdown/shutdown.go:
##########
@@ -134,6 +136,24 @@ func Done() <-chan struct{} {
        return shutdownDone
 }
 
+// ShutdownError returns the error channel for an internal signal-triggered
+// shutdown that could not complete before its timeout.
+func ShutdownError() <-chan error {
+       return shutdownSignalError
+}

Review Comment:
   fixfix



-- 
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]

Reply via email to