I'm watching my server make requests using JsonpRequestBuilder on a timer:
src - - [08/May/2012:18:52:08 +0000] "GET /data/live/jsonp?jsonp=__gwt_jsonp__.P72.onSuccess HTTP/1.1" 200 198 src - - [08/May/2012:18:52:18 +0000] "GET /data/live/jsonp?jsonp=__gwt_jsonp__.P73.onSuccess HTTP/1.1" 200 198 src - - [08/May/2012:18:52:28 +0000] "GET /data/live/jsonp?jsonp=__gwt_jsonp__.P74.onSuccess HTTP/1.1" 200 198 src - - [08/May/2012:18:52:39 +0000] "GET /data/live/jsonp?jsonp=__gwt_jsonp__.P75.onSuccess HTTP/1.1" 200 198 This has me wondering ... does it clean up after itself? Or does it keep adding more and more methods (each one only called once ever) to the DOM until it eventually runs the browser out of memory? --Chris -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/N8Vk42zBNhEJ. 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.
