Skip to content
Snippets Groups Projects
Commit 3c303536 authored by michelle's avatar michelle
Browse files

Merge branch '1.5.1' into develop

parents 1e0bf872 aa796a8f
No related branches found
No related tags found
No related merge requests found
......@@ -632,7 +632,7 @@ func (icn *InstanceChangeNotify) Notify(event observer.Event) {
if se, ok := event.(*registry.ServiceInstancesChangedEvent); ok {
sdr := icn.serviceDiscoveryRegistry
sdr.subscribe(sdr.url, icn.notify, se.ServiceName, se.Instances)
sdr.subscribe(sdr.url.SubURL, icn.notify, se.ServiceName, se.Instances)
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment