textlint / editor

textlint editor project.
https://textlint-editor.netlify.app/
MIT License
134 stars 8 forks source link

Memory Leak #52

Closed azu closed 3 years ago

azu commented 3 years ago

Probably, textlint web extension will make memory leak.

textlint worker script issue?

azu commented 3 years ago

https://github.com/textlint/editor/blob/4678a3c956e74bc3516ce339c6eaffa4b369ea32/packages/webextension/app/scripts/background/scriptWorkerSet.ts will not delete?

azu commented 3 years ago

still happen

azu commented 3 years ago

Probably, textlint worker may cause a memory leak.

53 introduce LRU cache, but the same worker still working.