angular-socket-io
angular-socket-io copied to clipboard
How to detect socket disconnect and reconnect
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
no luck yet on this issue ?