You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
Not sure how to isolate further from here, but I've been tracking down a memory leak in gun and have isolated it to the following line:
https://github.com/amark/gun/blob/master/sea/verify.js#L28
Which is effectively this call:
If I short circuit the code before this line and pretend validation was successful the leaks stop.
The memory leak seems proportionate to how often this method is called and will continue to grow until node crashes with out of memory errors.
Any help solving this would be appreciated.
Platform is node v10.14.2 on linux 4.9.87.