hprose/hprose-nodejs

nodejs client 报错

Closed this issue · 1 comments

var client = HproseHttpClient("xxxxx");

报错:
cannot read property 'constructor' of undefined

你没写new

    var client = new HproseHttpClient("xxxxx");