pkyeck / socket.IO-objc

socket.io v0.7.2 — 0.9.x for iOS and OS X
MIT License
1.97k stars 439 forks source link

Is there a way to get the status of connected client socket #230

Open techwizardg opened 7 years ago

techwizardg commented 7 years ago

I am using this library in iOS for communication with our back end server via websockets. I need to check on the client side if the socket is already connected or not .Is there a way to do the same?This is more to handle when app goes into background or app gets auto lock enabled on idle time