mirror of https://github.com/hashicorp/consul
Browse Source
Fixes a bug where a service getting deleted from the catalog would cause the ConfigSource to spin in a hot loop attempting to look up the service. This is because we were returning a nil WatchSet which would always unblock the select. Kudos to @freddygv for discovering this!pull/14003/head
Daniel Upton
2 years ago
committed by
Dan Upton
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue