staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
693 stars 111 forks source link

Why the page freezes after drawing <av-waveform> #27

Closed kenjiding closed 4 years ago

kenjiding commented 4 years ago

Draw 6 av-waveform at the same time on one page, redraw 6 av-waveform on the next page, and the page will freeze after ten minutes. The cpu started to rise. How to solve it? imageFeeling is this function still in operation after component destroyed, which lead to this. is not recycling by GC, the passage of time will be a memory leak, Cause the page to freeze

staskobzar commented 4 years ago

Should be ok in ver 2.0.0 Please, try.

kenjiding commented 4 years ago

Should be ok in ver 2.0.0 Please, try.

thanks