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
Fix Memory Leak in AsyncHttpCall affecting auth.listUsers (#2236)
fixes 2235
The socket code was only introduced to fix a bug in NodeJS 12 (db8be26) and since then has even needed a patch (1a34bc4). However the code does not seem necessary at all anymore.
Removing this code resolved the described memory leak.
Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
0 commit comments