Skip to content
Snippets Groups Projects
Commit 7e58555e authored by fangyincheng's avatar fangyincheng
Browse files

Fix: registryProtocol.Export

parent ec01da52
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ func (proto *registryProtocol) Export(invoker protocol.Invoker) protocol.Exporte
logger.Infof("The exporter has not been cached, and will return a new exporter!")
}
reg.Subscribe(overriderUrl, overrideSubscribeListener)
go reg.Subscribe(overriderUrl, overrideSubscribeListener)
return cachedExporter.(protocol.Exporter)
}
......
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