You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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);
Thank you.
The text was updated successfully, but these errors were encountered: