I have an app where i call a REST service once every second. At first, when the response only contained two values the app ran just fine. But as I added more values to the response I started to get out of memory exceptions. Right now the response holds four values and the app crashes after five minutes, when it only had three it ran for two hours.
Might this be due to a memory leak in the makeWebRequest or are there any other known issues in that API?