I developed a queueing system application using PHP Codeigniter and Pusher. On my local desktop, it works perfectly fine. I tried to deploy it on our DCN server, but pusher seems not working, user needs to refresh its browser just to display the data which is not supposed to be. It was supposed to display in real-time. I found no errors on my console, pusher just keep sending me these messages
Pusher : : ["Event sent",{"event":"pusher:ping","data":{}}]
pusher.min.js:8 Pusher : : ["Event recd",{"event":"pusher:pong","data":{}}]
pusher.min.js:8 Pusher : : ["Event sent",{"event":"pusher:ping","data":{}}]
pusher.min.js:8 Pusher : : ["Event recd",{"event":"pusher:pong","data":{}}]