Open
Description
we tracked down a memory leak in our application that led us to sockets hanging around. turns out that the delete get(this, 'sockets')[cleanedUrl];
removes the reference but does not destroy the proxyObject. Getting that socket proxyObject and calling destroy()
on it does remove it from memory though.
Happy to submit a PR if you need.
Metadata
Metadata
Assignees
Labels
No labels