You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jayruen
changed the title
dubbo注解@Reference不支持同时存在一个异步 一个同步的类
dubbo注解@Reference不支持同时存在一个异步和一个同步的相同类的service
Aug 7, 2018
kimmking
changed the title
dubbo注解@Reference不支持同时存在一个异步和一个同步的相同类的service
Annotation @Reference can't support to export a service with a sync one and an async one
Aug 7, 2018
Environment
Step to reproduce this issue
不支持同时存在一个异步引用和一个同步引用,dubbo注入两个对象的地址都是相同的,第一个如果是异步则两个都是异步。 第一如果是同步则两个都是同步
The text was updated successfully, but these errors were encountered: