Hey all Well I have a function that sends an http request this function sends an http request waits 1 second with a timer and recalls itself as long as my application is open this will continue for hours (suppose to at least), after a while this function just stops working..while other http requests that are sent for example when I press a button on my application still work. Is it because javascript just terminates a function that calls itself so many times? or is it something else? what is the alternative solution?
thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
