Mutex Unlock when we fail to store route in cache.
This commit is contained in:
parent
23f0231a09
commit
809de7a052
@ -166,6 +166,7 @@ func (p *Proxy) watchRoutes() {
|
||||
p.Lock()
|
||||
if err := p.manageRouteCache(event.Route, fmt.Sprintf("%s", event.Type)); err != nil {
|
||||
// TODO: should we bail here?
|
||||
p.Unlock()
|
||||
continue
|
||||
}
|
||||
p.Unlock()
|
||||
|
Loading…
x
Reference in New Issue
Block a user