So when i enter a component that has a this.broadcaster method, leave and come back again, this.broadcaster is called twice. So whenever I receive a broadcast from the rails side, both the this.broadcaster methods from the ionic side will pick it up and will do whatever is inside twice! If I leave the 3rd time and come back, this.broadcaster is called thrice. This is a very serious bug that needs to be addressed asap.
So when i enter a component that has a
this.broadcaster
method, leave and come back again,this.broadcaster
is called twice. So whenever I receive a broadcast from the rails side, both thethis.broadcaster
methods from the ionic side will pick it up and will do whatever is inside twice! If I leave the 3rd time and come back,this.broadcaster
is called thrice. This is a very serious bug that needs to be addressed asap.