I have an application that connects to my server via AMF3. (I am using
FluorineFX and I am using remote procedure calls). The server is
monitoring data and invoking client functions whenever that data
changes. Sometimes this generates many updates for the server to send to
the client. Everything seems to work fine for a while then the browser
crashes. I have this same issue in IE and Firefox. If I am running in
debug mode it will throw the "End of file was encountered" error and
then crash the b...