Implement review comments
This commit is contained in:
@@ -25,7 +25,7 @@ func initiateShutdown(err error) {
|
||||
}
|
||||
}
|
||||
|
||||
func isShutdown() bool {
|
||||
func isShuttingDown() bool {
|
||||
select {
|
||||
case <-shuttingDown:
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user