Skip to content
Snippets Groups Projects
Commit b21aaec7 authored by pantianying's avatar pantianying
Browse files

fix bug

parent 84f612eb
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,6 @@ func (refconfig *ReferenceConfig) Refer() {
//create proxy
if refconfig.Async {
refconfig.pxy = extension.GetProxyFactory(consumerConfig.ProxyFactory).GetProxy(refconfig.invoker, url)
callback := GetCallback(refconfig.id)
refconfig.pxy = extension.GetProxyFactory(consumerConfig.ProxyFactory).GetAsyncProxy(refconfig.invoker, callback, url)
} else {
......
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