happyDemon / vue-echo

Vue integration for the Laravel Echo library.
228 stars 24 forks source link

Fixed unsubscribe and re-subscribe bug #21

Closed masterix21 closed 6 years ago

masterix21 commented 6 years ago

BUG: If you use vue-echo with vue-router and you have two components that share the same "channel", when one component will be destroyed, new component can't subscribe to the same channel.

happyDemon commented 6 years ago

thanks