vue-wamp icon indicating copy to clipboard operation
vue-wamp copied to clipboard

Unsubscribe throws error

Open Devin345458 opened this issue 4 years ago • 0 comments

this.connection = await this.$wamp.subscribe('topic', (args, data) => { this.status = data.status; }).catch(e => e); this.$wamp.unsubscribe(this.connection);

Potentially unhandled rejection [9] Error: Session.unsubscribe: must be an instance of class autobahn.Subscription

Devin345458 avatar Oct 09 '20 14:10 Devin345458