Abin Paul

Results 1 issues of Abin Paul

### Steps to reproduce Subscribe to the `pusher:subscription_succeeded` event, and you will get duplicate events. ```dart _messageChannel.bind('pusher:subscription_succeeded', (PusherEvent? event) async { log('Subscription succeeded'); } ``` ### Logs ``` Subscription succeeded...