Copilot commented on code in PR #2906:
URL: https://github.com/apache/dubbo-go/pull/2906#discussion_r2119963488
##########
graceful_shutdown/shutdown.go:
##########
@@ -128,11 +129,11 @@ func totalTimeout() time.Duration {
func beforeShutdown() {
destroyRegistries()
- // waiting for a short time so that the clients have enough time to get
the notification that server shutdowns
+ // waiting for a short time so that the clients have enough time to get
the notification, that server shutdowns
Review Comment:
[nitpick] The comment has a misplaced comma and awkward phrasing; consider:
"// waiting for a short time so that the clients have enough time to get the
notification that the server shuts down."
--
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]