hprose/hprose-nodejs

server.remove is not a function

Opened this issue · 1 comments

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

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