apache / dubbo-js

The Typescript implementation of Apache Dubbo. An RPC and microservice framework for Node.js and Web development.
https://dubbo.apache.org/
Apache License 2.0
766 stars 160 forks source link

file: es7/registry/registry.js error: Connot read property 'filter' of undefined #209

Closed lileilei closed 4 years ago

lileilei commented 4 years ago

version : "apache-dubbo-js": "^3.0.0-rc6"

image

偶现这个错误,可能是因为新增的服务 消费端先提交了代码而zk中还未注册提供服务导致的原因 ?

hufeng commented 4 years ago

@lileilei ok, let me add more test suite, check this problem.