How do you continuously send HTTP GET requests on a time interval (every x/seconds)?
Currently I have a getMessages() function in my viewDidLoad() so that it will send a GET request on view load and populate a table view with the results from the server.