Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I will be creating dozens of web sockets and need to destroy the ones that no longer have anyone connected to it.
I am guessing that setting all references to null will not be enough. I want to save as much memory as possible.
Thanks