pusher-angular
pusher-angular copied to clipboard
receiving events multiple times
Hi Team,
I am facing a problem with pusher events. pusher sending same message multiple times.
code : window.pusherClient = new Pusher('xxxxx', cluster: 'xx' encrypted: true)
in controller client = $pusher(pusherClient) channel = client.subscribe('c-name')
channel.bind "event", (data) -> vm.message = data.message
Hi @ravikoin,
I'm not able to reproduce this. Have you added some debug messages to ensure the client.subscribe invocation is only happening one time?