I have a Cairngorm-based application that polls a server for data every few seconds. To do this I have a command that initiates the server request, and in the result handler I set a timeout. When that timeout is up, I dispatch the event that is responsible for kicking off the command in the first [...]
Memory leak caused by setTimeout