zhaoyunxing92 commented on code in PR #2003:
URL: https://github.com/apache/dubbo-go/pull/2003#discussion_r937309916
##########
config/graceful_shutdown_config.go:
##########
@@ -157,7 +157,7 @@ func (scb *ShutdownConfigBuilder)
SetRejectRequest(rejectRequest bool) *Shutdown
}
func (scb *ShutdownConfigBuilder) SetInternalSignal(internalSignal bool)
*ShutdownConfigBuilder {
- scb.shutdownConfig.InternalSignal = internalSignal
+ scb.shutdownConfig.InternalSignal = &internalSignal
Review Comment:
应该不需要,没有并发的场景
--
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]