Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Unsubscribe does not work correctly #9

Open
ss1q46 opened this issue Feb 23, 2015 · 4 comments
Open

Unsubscribe does not work correctly #9

ss1q46 opened this issue Feb 23, 2015 · 4 comments

Comments

@ss1q46
Copy link

ss1q46 commented Feb 23, 2015

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
Copy link

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

@cantidio
Copy link
Contributor

Same problem here.

@ghost
Copy link

ghost commented Sep 29, 2015

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

@marlonpp
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants