Skip to content
Snippets Groups Projects
Unverified Commit 8a41f127 authored by Xin.Zh's avatar Xin.Zh Committed by GitHub
Browse files

Merge pull request #213 from fangyincheng/fixbug

Fix: registryProtocol.Export
parents 81bf8e07 05d6b724
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