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