Hi all,
My application needs continuous network connectivity. I'm currently using Apple's "Reachability" class to check reachability at the start of the app.
I need to poll the network in order to check its functionality. What's the good practice to achieve this?