pusher_client icon indicating copy to clipboard operation
pusher_client copied to clipboard

Receiving pusher:subscription_succeeded event twice

Open abinvp opened this issue 3 years ago • 0 comments

Steps to reproduce

Subscribe to the pusher:subscription_succeeded event, and you will get duplicate events.

_messageChannel.bind('pusher:subscription_succeeded', (PusherEvent? event) async {
          log('Subscription succeeded');
}

Logs

Subscription succeeded
Subscription succeeded

Expected behavior

We shouldn't be getting duplicate subscription succeeded events.

abinvp avatar Jul 11 '21 09:07 abinvp