diff --git a/engine/resources/config_etcd.go b/engine/resources/config_etcd.go index 4c06bd01..f3eb8a1b 100644 --- a/engine/resources/config_etcd.go +++ b/engine/resources/config_etcd.go @@ -121,6 +121,7 @@ Loop: // pass through and send an event case <-ctx.Done(): // closed by the engine to signal shutdown + return nil } obj.init.Event() // notify engine of an event (this can block)