Is there any way to do long polling or intermittent data retrieval with Corona? SImilar to Apple’s NSURLConnection:didRecieveData? I have tried to use network.request, but event.response seems to lump all the data into one and output the entire string when my php script has completed.