diff --git a/service.go b/service.go index 7271f3d..85da612 100644 --- a/service.go +++ b/service.go @@ -75,6 +75,7 @@ func (b *serviceBroker) Init(opts ...broker.Option) error { b.client = pbmicro.NewBrokerClient(b.service, cli) + b.init = true return nil }