chrisenytc / ng-socket

Angular Module for Socket.io
MIT License
49 stars 18 forks source link

Is there a way through ngSocket to check connection status #8

Open jancel opened 9 years ago

jancel commented 9 years ago

I would like to set a timeout on a client that checks the current status or health of the socket connection. I would prefer not having to broadcast/emit to do this if there is a way.