Closed ruudboon closed 5 years ago
Currently you can only register to the connection events from the configuration. Would it be possible to add something like this
mounted() { this.$wamp.onconnect(function(session, details) { console.log('WAMP connected', session, details); }); }
It is now, added it in v2.0.0.
https://github.com/lajosbencz/vue-wamp#events
Currently you can only register to the connection events from the configuration. Would it be possible to add something like this