tczekajlo / kube-consul-register

a tool to register Kubernetes PODs as Consul Services
Apache License 2.0
105 stars 50 forks source link

:fire: fix Sync() return error without unlock #65

Closed hTangle closed 2 years ago

hTangle commented 2 years ago

When Sync() return error in line 199 or 207, should unlock before return

tczekajlo commented 2 years ago

@hTangle Thanks for the fix!