evo-mark / vue3-snackbar

Snackbar service for Vue3 applications
MIT License
50 stars 3 forks source link

Memory leak on v2.2.1 and above #12

Open FamilyMan opened 3 months ago

FamilyMan commented 3 months ago

v2.2.0 works fine, if I upgrade to v2.2.1 it introduces a memory leak. I have a project deployed to K8S, if I use v2.2.1 or above the memory increases and the pod restarts, this occurs very quickly, within 3 minutes.

craigrileyuk commented 3 months ago

@FamilyMan There was only one thing that changed for that release that could've been connected to this issue, so I've pushed a v2.3.1 which reverts it.

Let me know if that fixes the problem for you.

FamilyMan commented 3 months ago

@craigrileyuk I tried v2.3.1 & v2.3.2 but unfortunately the problem persists. I'm back to v2.2.0

craigrileyuk commented 1 month ago

If you can post any more information about how I can reproduce the error, I'll investigate it more thoroughly for you.

Does the leak issue occur with a standard Nuxt install, or is it only via a K8s deployment?