hprose / hprose-nodejs

Hprose is a cross-language RPC. This project is Hprose 2.0 for Node.js
MIT License
300 stars 88 forks source link

server.remove is not a function #35

Open woyodb opened 5 years ago

woyodb commented 5 years ago

When I try to remove a published topic via call server.remove(topic), an error raised: 'server.remove is not a function' , then I trace the source code and found the file 'Service.js' has a function named as 'remove', but not defined in 'Object.defineProperties'.

andot commented 5 years ago

这个是旧版本,新版本的是使用 TypeScript 写的,你换新的 3.0 版本吧。比这个版本稳定,方便,功能强。