actionscript 3 - as3 URL request - retry url request -
I am creating retry mechanism for URL request. If I do not answer the ant after 10 seconds, then I want to send the request again. The problem is how to deal with respone for the previous request received after more than 10 seconds?
I think you use the URLLoader to send the http requests There is a
off method in the loader, it is important to put it in the trap, and it is also good to remove the listeners. Even if there is any reaction with the delay, you will not get it. But the best thing is to
close and delete the audience :)
Comments
Post a Comment