Orange-OpenSource / wamp.rt

A WAMP V2 nodejs router
MIT License
34 stars 22 forks source link

Unsubscribe does not work correctly #9

Open ss1q46 opened 9 years ago

ss1q46 commented 9 years ago

I tried wamp.rt to study WAMP. I found that unsubscribe does not work correctly because subsid is not specified at the unscribetopics() in handlers.js. I changed as follows, then it worked correctly.

$ diff handlers.js handlers.js~ 207c207

< this.unsubstopic(topicUri, subsid);

    this.unsubstopic(topicUri);

Thank you.

marlonpp commented 9 years ago

I'm having the same problem, any updates on this!?

cantidio commented 9 years ago

Same problem here.

ghost commented 9 years ago

29-9-15: The master has the fix, the release (npm install wamp.rt) does not.

marlonpp commented 9 years ago

Hi @MarijnStevens, we had the same problem sometime ago and decided to fork the project and fix this issue. You can use this https://www.npmjs.com/package/wamp-router.