btford / angular-socket-io

Socket.IO component for AngularJS
1.51k stars 233 forks source link

How to detect socket disconnect and reconnect #158

Open shivanisaz opened 7 years ago

shivanisaz commented 7 years ago

I'm developing a production level application using AngularJS on front-end. I need to monitor the socket connection continuously and in case of loss of connection re-connect. How can this be done? The server is using socket.io

ShivKumarSaini commented 3 years ago

no luck yet on this issue ?