feiyuw / dubbo-py

Dubbo(Hessian2) protocol codec and provider/consumer library
BSD 2-Clause "Simplified" License
15 stars 4 forks source link

dubbo service 版本必须指定才能调通吗 #10

Open jiejie2050 opened 3 years ago

jiejie2050 commented 3 years ago

dubbo service 版本必须指定才能调通吗,如果不指定版本是找不到服务的,另外有没有直接调 EchoService 的方法

feiyuw commented 3 years ago

是的,service版本必须指定才能找到服务。 EchoService目前没有内置支持,提个PR过来?