pusher-angular icon indicating copy to clipboard operation
pusher-angular copied to clipboard

receiving events multiple times

Open ravikoin opened this issue 8 years ago • 1 comments

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

ravikoin avatar Jul 26 '17 10:07 ravikoin

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?

sleaze avatar Dec 05 '17 06:12 sleaze