mconf / bigbluebutton

BigBlueButton is an open source web conferencing system for distance education
www.bigbluebutton.org
40 stars 33 forks source link

Garbage collection delay affecting event listeners in Flash client #300

Open mconf-daileon opened 8 years ago

mconf-daileon commented 8 years ago

Author Name: Pedro Beschorner Marin (Pedro Beschorner Marin) Original Redmine Issue: 1897, http://dev.mconf.org/redmine/issues/1897 Original Date: 2016-01-08


Objects that carry event listeners and can be created more than once (like pop-up windows) may be affected by the garbage collection delay. Removing these objects is not a guarantee that their event listeners will stop right away. It's not fully known how critical issues generated by this problem can be. I believe the best thing we can do is removing event listeners before throwing away those objects.