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

Unsubscribe does not work correctly #9

@ss1q46

Description

@ss1q46

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions