dansimpson / amqp-js

A push enabled AMQP Client for Javascript
120 stars 10 forks source link

Memory leak #10

Closed DOBRO closed 12 years ago

DOBRO commented 12 years ago

I've noticed that there is a possible actionscript memory leak when the client receives messages. This issue can be reproduced with the following methods.

  1. Run Firefox and task manager. See how the process "plugin-container.exe" eats memory in time.
  2. Run Google Chrome and its own task manager (Shift + Esc). See how "Shockwave Flash" plugin eats memory in time.
dansimpson commented 12 years ago

Hmm, I will have to do some research on the AS3 GC. It might be expected behavior as the GC is just lazy.