diff --git a/bar.go b/bar.go index ffa6b64..5fe96bc 100644 --- a/bar.go +++ b/bar.go @@ -291,7 +291,7 @@ close(b.done) // Notifying decorators about shutdown event for _, sl := range s.shutdownListeners { - go sl.Shutdown() + sl.Shutdown() } return }