lajosbencz / vue-wamp

AutobahnJS wrapper library fo Vue.js
MIT License
48 stars 13 forks source link

Unsubscribe throws error #36

Open Devin345458 opened 4 years ago

Devin345458 commented 4 years ago

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