.minecraft/nmp-cache
)
<Tanjiro_Nezuko> Free discord nitro full for 3 months, FOR ALL, from steam.
In honor of the major, Steam is giving everyone a nitro discord for 3 months, you don't have to be a new user!
Get it from the link -
https://majorfreee-skins.ru/FREEGIFT43Jjksdf53
https://discord.gg/AjwSshneVp 18+
<kf106> I think I've found a memory leak in prismarine-web-client. I've opened PrismarineJS/prismarine-web-client#333 and created a repo here that makes it easier to reproduce, because I have a world generator function that makes larger more complicated worlds, which show it up quicker: https://github.com/kf106/pwc-memleak.git
I've reproduced the problem with the 1.4.0 release with a git reset --hard 9e53633286f7824bc12ef2aa75cf7bfc59bb6e06
mesh.geometry.dispose()
(line 110, also line 34, the workers loop), whereas other functions in that folder use:if (e.geometry) e.geometry.dispose()
if (e.material) e.material.dispose()