pawsong / buffy

A platform where users can write and visualize code
http://buffy.run
5 stars 0 forks source link

Graceful client shutdown #27

Closed pawsong closed 8 years ago

pawsong commented 8 years ago

Client side components(ex. voxel editor, game) use many event listeners and loop(requestAnimationFrame). So when a component is closed and before removing html element, loop should be stopped and listeners should be released.

pawsong commented 8 years ago

done